org.eclipse.ohf.stem.jobs.simulation
Interface ISimulationListener

All Known Implementing Classes:
GEInterface, InternalMapView, MapControl, SimulationControl, SimulationManager

public interface ISimulationListener

This interface is implemented by classes that want to listen to events generated by a Simulation.

See Also:
ISimulation

Method Summary
 void simulationChanged(SimulationEvent event)
           
 

Method Detail

simulationChanged

void simulationChanged(SimulationEvent event)
Parameters:
event - the event that records what happened to the simulation.