comparison dwt/graphics/ImageLoaderListener.d @ 3:649b8e223d5a

fix extends
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 13:48:25 +0200
parents 380af2bdd8e5
children b9226997409c
comparison
equal deleted inserted replaced
2:354c569b57a9 3:649b8e223d5a
28 * 28 *
29 * @see ImageLoader 29 * @see ImageLoader
30 * @see ImageLoaderEvent 30 * @see ImageLoaderEvent
31 */ 31 */
32 32
33 public interface ImageLoaderListener extends DWTEventListener { 33 public interface ImageLoaderListener : DWTEventListener {
34 34
35 /** 35 /**
36 * Sent when image data is either partially or completely loaded. 36 * Sent when image data is either partially or completely loaded.
37 * <p> 37 * <p>
38 * The timing of when this method is called varies depending on 38 * The timing of when this method is called varies depending on