net.sourceforge.jabm.event
Class BatchFinishedEvent

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

public class BatchFinishedEvent
extends SimulationControllerEvent
implements java.io.Serializable

An event that is fired when a batch of one or more simulations has finished.

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class net.sourceforge.jabm.event.SimulationControllerEvent
simulationController
 
Constructor Summary
BatchFinishedEvent(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

BatchFinishedEvent

public BatchFinishedEvent(SimulationController model)