Uses of Interface
org.eclipse.swt.graphics.ImageLoaderListener
Packages that use ImageLoaderListener
-
Uses of ImageLoaderListener in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics with type parameters of type ImageLoaderListenerModifier and TypeFieldDescription(package private) List<ImageLoaderListener> ImageLoader.imageLoaderListenersMethods in org.eclipse.swt.graphics with parameters of type ImageLoaderListenerModifier and TypeMethodDescriptionvoidImageLoader.addImageLoaderListener(ImageLoaderListener listener) Adds the listener to the collection of listeners who will be notified when image data is either partially or completely loaded.voidImageLoader.removeImageLoaderListener(ImageLoaderListener listener) Removes the listener from the collection of listeners who will be notified when image data is either partially or completely loaded.