All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.imageprocessing.event.ProcessingErrorListener
- public interface ProcessingErrorListener
- extends EventListener
The listener interface for receiving ProcessingErrorEvent.
- See Also:
- EventListener
-
imageFetchAborted(ProcessingErrorEvent)
-
Invoked when the image fetch is aborted or unaccomplished.
-
imageInterrupted(ProcessingErrorEvent)
-
Invoked when an image gets interrupted while waiting for pixels.
-
imageNotLoaded(ProcessingErrorEvent)
-
Invoked when there is an error while loading an image.
imageNotLoaded
public abstract void imageNotLoaded(ProcessingErrorEvent e)
- Invoked when there is an error while loading an image.
imageInterrupted
public abstract void imageInterrupted(ProcessingErrorEvent e)
- Invoked when an image gets interrupted while waiting for pixels.
imageFetchAborted
public abstract void imageFetchAborted(ProcessingErrorEvent e)
- Invoked when the image fetch is aborted or unaccomplished.
All Packages Class Hierarchy This Package Previous Next Index