com.ibm.processingbean.events
Interface TriggerNextActionListener


public interface TriggerNextActionListener
extends java.util.EventListener

The listener interface for receiving TriggerNextActionEvent.

See Also:
EventListener

Method Summary
 void triggerNextAction(TriggerNextActionEvent e)
          Invoked when the computation is(!) completed successfully.
 

Method Detail

triggerNextAction

public void triggerNextAction(TriggerNextActionEvent e)
Invoked when the computation is(!) completed successfully.