ru.tunegov.mathematic.event
Class TriggerNextActionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ru.tunegov.mathematic.event.TriggerNextActionEvent
All Implemented Interfaces:
java.io.Serializable

public class TriggerNextActionEvent
extends java.util.EventObject

This event is fired when the computation finishes successfully.

Since:
Mathematic 1.0
See Also:
Serialized Form

Constructor Summary
TriggerNextActionEvent(java.lang.Object source)
          Constructs 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 TriggerNextActionEvent object with the specified source object.
Parameters:
source - object where the event originated