All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.imageprocessing.event.ProcessingListener
- public interface ProcessingListener
- extends EventListener
The listener interface for receiving ProcessingEvent.
- See Also:
- EventListener
-
processingOver(ProcessingEvent)
-
Invoked when processing gets completed.
-
processingStarted(ProcessingEvent)
-
Invoked when processing gets started.
processingStarted
public abstract void processingStarted(ProcessingEvent e)
- Invoked when processing gets started.
processingOver
public abstract void processingOver(ProcessingEvent e)
- Invoked when processing gets completed.
All Packages Class Hierarchy This Package Previous Next Index