net.sourceforge.jabm.event
Class BatchStartingEvent

java.lang.Object
  extended by net.sourceforge.jabm.event.SimEvent
      extended by net.sourceforge.jabm.event.SimulationControllerEvent
          extended by net.sourceforge.jabm.event.BatchStartingEvent
All Implemented Interfaces:
java.io.Serializable

public class BatchStartingEvent
extends SimulationControllerEvent
implements java.io.Serializable

An event that is fired before a batch of one or more simulations has started.

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class net.sourceforge.jabm.event.SimulationControllerEvent
simulationController
 
Constructor Summary
BatchStartingEvent(SimulationController model)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.jabm.event.SimulationControllerEvent
getSimulationController
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchStartingEvent

public BatchStartingEvent(SimulationController model)