Package com.ibm.processingbean.events

Interface Summary
ActionErrorListener The listener interface for receiving ActionErrorEvent.
FetchArgumentsListener The listener interface for receiving FetchArgumentsEvent.
TriggerNextActionListener The listener interface for receiving TriggerNextActionEvent.
 

Class Summary
ActionErrorEvent This event is fired if the computation is(!) not finished(!) successfully.
FetchArgumentsEvent This event is thrown when the(!) triggerAction method of com.ibm.processingbean.ProcessingBean is called.
TriggerNextActionEvent This event is thrown when the computation is(!) finished(!) successfully.