comparison dwt/graphics/ImageLoaderListener.d @ 32:b9226997409c

Ported dwt.graphics.Image*
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Fri, 12 Sep 2008 13:44:30 +0200
parents 649b8e223d5a
children d8635bb48c7c
comparison
equal deleted inserted replaced
31:9a3047e87f1d 32:b9226997409c
5 * which accompanies this distribution, and is available at 5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html 6 * http://www.eclipse.org/legal/epl-v10.html
7 * 7 *
8 * Contributors: 8 * Contributors:
9 * IBM Corporation - initial API and implementation 9 * IBM Corporation - initial API and implementation
10 *
11 * Port to the D programming language:
12 * Jacob Carlborg <jacob.carlborg@gmail.com>
10 *******************************************************************************/ 13 *******************************************************************************/
11 module dwt.graphics.ImageLoaderListener; 14 module dwt.graphics.ImageLoaderListener;
12 15
13 import dwt.dwthelper.utils; 16 import dwt.internal.DWTEventListener;
14 17
15 import dwt.internal.DWTEventListener; 18 import dwt.graphics.ImageLoaderEvent;
16 19
17 /** 20 /**
18 * Classes which implement this interface provide methods 21 * Classes which implement this interface provide methods
19 * that deal with the incremental loading of image data. 22 * that deal with the incremental loading of image data.
20 * <p> 23 * <p>