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

Method Index

 o processingOver(ProcessingEvent)
Invoked when processing gets completed.
 o processingStarted(ProcessingEvent)
Invoked when processing gets started.

Methods

 o processingStarted
 public abstract void processingStarted(ProcessingEvent e)
Invoked when processing gets started.

 o processingOver
 public abstract void processingOver(ProcessingEvent e)
Invoked when processing gets completed.


All Packages  Class Hierarchy  This Package  Previous  Next  Index