net.sourceforge.jabm.event
Class InteractionsFinishedEvent

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

public class InteractionsFinishedEvent
extends SimulationEvent
implements java.io.Serializable

An event that is fired when agents have finished interacting.

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class net.sourceforge.jabm.event.SimulationEvent
simulation
 
Constructor Summary
InteractionsFinishedEvent()
           
InteractionsFinishedEvent(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

InteractionsFinishedEvent

public InteractionsFinishedEvent(Simulation model)

InteractionsFinishedEvent

public InteractionsFinishedEvent()