Uses of Class
org.eclipse.ohf.stem.jobs.simulation.SimulationManagerEvent

Packages that use SimulationManagerEvent
org.eclipse.ohf.stem.jobs.simulation   
org.eclipse.ohf.stem.ui.ge   
org.eclipse.ohf.stem.ui.ge.views   
org.eclipse.ohf.stem.ui.views   
org.eclipse.ohf.stem.ui.views.map   
 

Uses of SimulationManagerEvent in org.eclipse.ohf.stem.jobs.simulation
 

Methods in org.eclipse.ohf.stem.jobs.simulation with parameters of type SimulationManagerEvent
 void ISimulationManagerListener.simulationsChanged(SimulationManagerEvent event)
           
 

Uses of SimulationManagerEvent in org.eclipse.ohf.stem.ui.ge
 

Methods in org.eclipse.ohf.stem.ui.ge with parameters of type SimulationManagerEvent
 void GEInterface.simulationsChanged(SimulationManagerEvent event)
          We get here because we are listening for SimulationsChanged events from the Simulation Manager and one occured.
 

Uses of SimulationManagerEvent in org.eclipse.ohf.stem.ui.ge.views
 

Methods in org.eclipse.ohf.stem.ui.ge.views with parameters of type SimulationManagerEvent
 void GEViewContentProvider.simulationsChanged(SimulationManagerEvent event)
          We get here because we are listening for SimulationChanged events and one occured.
 

Uses of SimulationManagerEvent in org.eclipse.ohf.stem.ui.views
 

Methods in org.eclipse.ohf.stem.ui.views with parameters of type SimulationManagerEvent
 void SimulationControlView.simulationsChanged(SimulationManagerEvent event)
          A simulation has been started or stopped.
 

Uses of SimulationManagerEvent in org.eclipse.ohf.stem.ui.views.map
 

Methods in org.eclipse.ohf.stem.ui.views.map with parameters of type SimulationManagerEvent
 void MapView.simulationsChanged(SimulationManagerEvent event)
           
 void InternalMapView.simulationsChanged(SimulationManagerEvent event)
          The main view implements the ISimulationManagerListener interface, and therefore listens to the simulation manager that handles the simulations running in the system.