net.sourceforge.jabm.event
Class SimulationEvent

java.lang.Object
  extended by net.sourceforge.jabm.event.SimEvent
      extended by net.sourceforge.jabm.event.SimulationEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GenerationFinishedEvent, GenerationStartingEvent, InteractionsFinishedEvent, ReproductionStartingEvent, RoundFinishedEvent, RoundStartingEvent, SimulationFinishedEvent, SimulationStartingEvent

public abstract class SimulationEvent
extends SimEvent
implements java.io.Serializable

An event pertaining to a specific Simulation.

See Also:
Simulation, Serialized Form
 

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

Field Detail

simulation

protected Simulation simulation
Constructor Detail

SimulationEvent

public SimulationEvent(Simulation model)

SimulationEvent

public SimulationEvent()
Method Detail

getSimulation

public Simulation getSimulation()