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

Method Index

 o imageFetchAborted(ProcessingErrorEvent)
Invoked when the image fetch is aborted or unaccomplished.
 o imageInterrupted(ProcessingErrorEvent)
Invoked when an image gets interrupted while waiting for pixels.
 o imageNotLoaded(ProcessingErrorEvent)
Invoked when there is an error while loading an image.

Methods

 o imageNotLoaded
 public abstract void imageNotLoaded(ProcessingErrorEvent e)
Invoked when there is an error while loading an image.

 o imageInterrupted
 public abstract void imageInterrupted(ProcessingErrorEvent e)
Invoked when an image gets interrupted while waiting for pixels.

 o 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