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

All Known Implementing Classes:
GEInterface, GEViewContentProvider, InternalMapView, MapView, SimulationControlView

public interface ISimulationManagerListener

This interface is implemented by classes that want to be informed of events generated by a SimulationManager.

See Also:
SimulationManager, Simulation

Method Summary
 void simulationsChanged(SimulationManagerEvent event)
           
 

Method Detail

simulationsChanged

void simulationsChanged(SimulationManagerEvent event)
Parameters:
event - the event that records what happened to the manager.