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

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

public class MonitorEvent
extends java.util.EventObject

Event sent by the AlgorithmAdapter when a report starts.

Version:
$Revision: 1.2 $ $Date: 2002/03/11 17:59:06 $
Author:
Laurent Caillette
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MonitorEvent(Engine source)
           
 
Method Summary
 Engine 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

MonitorEvent

public MonitorEvent(Engine source)
Method Detail

getEngineSource

public Engine getEngineSource()