Package com.speckled.specksim.listener

Interfaces for monitoring the behaviour of a simulator.

See:
          Description

Interface Summary
CommunicationModelListener Interface for objects interested in the active CommunicationModel
ExecutionListener Should be implemented by objects that are interested in keeping track of the execution of the simulator
MovementModelListener Should be implemented by objects that are interested in being appraised of changes to the movement model
PopulationListener Should be implemented by objects that are interested in being appraised of changes to the population of Specks.
WallListener This interface should be used if you need to keep track of changes to the state of the walls in the simulator
 

Package com.speckled.specksim.listener Description

Interfaces for monitoring the behaviour of a simulator.