net.sourceforge.jabm.event
Class SimulationControllerEvent

java.lang.Object
  extended by net.sourceforge.jabm.event.SimEvent
      extended by net.sourceforge.jabm.event.SimulationControllerEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AgentArrivalEvent, BatchFinishedEvent, BatchStartingEvent

public class SimulationControllerEvent
extends SimEvent
implements java.io.Serializable

See Also:
Serialized Form
 

Field Summary
protected  SimulationController simulationController
           
 
Constructor Summary
SimulationControllerEvent(SimulationController simulationController)
           
 
Method Summary
 SimulationController getSimulationController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simulationController

protected SimulationController simulationController
Constructor Detail

SimulationControllerEvent

public SimulationControllerEvent(SimulationController simulationController)
Method Detail

getSimulationController

public SimulationController getSimulationController()