com.ibm.processingbean.events
Class TriggerNextActionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.processingbean.events.TriggerNextActionEvent

public class TriggerNextActionEvent
extends java.util.EventObject

This event is thrown when the computation is(!) finished(!) successfully.

See Also:
EventObject, TriggerNextActionListener, Serialized Form

Constructor Summary
TriggerNextActionEvent(java.lang.Object source)
          Constructs a TriggerNextActionEvent object with the specified source object.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TriggerNextActionEvent

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