public interface IImageDisplayListener
ImageDisplay
objects.Modifier and Type | Method and Description |
---|---|
void |
imageLoadRequested(ImageDisplay pImageDisplay)
Informs the listener that a new image has to be loaded.
|
void imageLoadRequested(ImageDisplay pImageDisplay)
ImageDisplay
object.pImageDisplay
- The ImageDisplay
object holding the image information.