fr.jussieu.gla.wasa.monitor.event
Class StepEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--fr.jussieu.gla.wasa.monitor.event.MonitorEvent
              |
              +--fr.jussieu.gla.wasa.monitor.event.StepEvent
All Implemented Interfaces:
java.io.Serializable

public class StepEvent
extends MonitorEvent

Event sent by AlgorithmAdapter each time a step is performed.

Version:
$Revision: 1.1 $ $Date: 2002/03/12 19:33:51 $
Author:
Laurent Caillette
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StepEvent(Engine source, StepNode stepNode)
           
 
Method Summary
 StepNode getStepNode()
           
 
Methods inherited from class fr.jussieu.gla.wasa.monitor.event.MonitorEvent
getEngineSource
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepEvent

public StepEvent(Engine source,
                 StepNode stepNode)
Method Detail

getStepNode

public StepNode getStepNode()