All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.imageprocessing.event.TriggerNextActionListener
- public interface TriggerNextActionListener
- extends EventListener
The listener interface for receiving TriggerNextActionEvent.
- See Also:
- EventListener
-
triggerNextActionCalled(TriggerNextActionEvent)
-
Invoked when the processing gets completed either successfully or not.
triggerNextActionCalled
public abstract void triggerNextActionCalled(TriggerNextActionEvent e)
- Invoked when the processing gets completed either successfully or not.
All Packages Class Hierarchy This Package Previous Next Index