All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.datesbeans.event.TriggerNextActionEvent

java.lang.Object
    |
    +----java.util.EventObject
            |
            +----com.ibm.datesbeans.event.TriggerNextActionEvent

public class TriggerNextActionEvent
extends java.util.EventObject
This event is fired when the computation finishes successfully.

Since:
DatesBeans 1.0
See Also:
TriggerNextActionListener

Constructor Index

 o TriggerNextActionEvent(Object)
Constructs TriggerNextActionEvent object with the specified source object.

Constructor Detail

 o TriggerNextActionEvent
public TriggerNextActionEvent(java.lang.Object source)
          Constructs TriggerNextActionEvent object with the specified source object.
Parameters:
source - object where the event originated

All Packages  Class Hierarchy  This Package  Previous  Next  Index