Package org.mars_sim.msp.simulation.events

Contains classes for controlling and modelling events that happen in the simulation.

See:
          Description

Interface Summary
HistoricalEventListener This interface is implemented by any object that is to receive notification of the registration or removal of an HistoricalEvent.
 

Class Summary
HistoricalEvent This class represents a time based event that has occuried in the simulation.
HistoricalEventManager This class provides a manager that maintains a model of the events that have occured during the current simulation run.
JUnitTests JUnit test suite
 

Package org.mars_sim.msp.simulation.events Description

Contains classes for controlling and modelling events that happen in the simulation. This package provides a framework for any number of specialised events to be generated by the Simulation.