net.sourceforge.jabm.event
Class SimulationFinishedEvent

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

public class SimulationFinishedEvent
extends SimulationEvent
implements java.io.Serializable

An event that is fired after a single simulation has completed.

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class net.sourceforge.jabm.event.SimulationEvent
simulation
 
Constructor Summary
SimulationFinishedEvent(Simulation model)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.jabm.event.SimulationEvent
getSimulation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationFinishedEvent

public SimulationFinishedEvent(Simulation model)