net.sourceforge.jabm.event
Class GenerationFinishedEvent

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

public class GenerationFinishedEvent
extends SimulationEvent
implements java.io.Serializable

See Also:
Serialized Form
 

Field Summary
protected  int generation
           
 
Fields inherited from class net.sourceforge.jabm.event.SimulationEvent
simulation
 
Constructor Summary
GenerationFinishedEvent(Simulation model, int generation)
           
 
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
 

Field Detail

generation

protected int generation
Constructor Detail

GenerationFinishedEvent

public GenerationFinishedEvent(Simulation model,
                               int generation)