All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.datesbeans.event.TriggerNextActionListener


public abstract interface TriggerNextActionListener
extends java.util.EventListener
The event set listener interface for the onTriggerNextAction feature.

Since:
DatesBeans 1.0
See Also:
TriggerNextActionEvent

Method Index

 o triggerNextAction(TriggerNextActionEvent)
Invoked when the computation gets completed successfully.

Method Detail

 o triggerNextAction
public void triggerNextAction(TriggerNextActionEvent e)
          Invoked when the computation gets completed successfully.

All Packages  Class Hierarchy  This Package  Previous  Next  Index