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

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

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

Methods in org.eclipse.ohf.stem.jobs.simulation with parameters of type SimulationEvent
 void SimulationManager.simulationChanged(SimulationEvent event)
          This is where the manager hears about changes in the simulations it is managing.
 void ISimulationListener.simulationChanged(SimulationEvent event)
           
 

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

Methods in org.eclipse.ohf.stem.ui.ge with parameters of type SimulationEvent
 void GEInterface.simulationChanged(SimulationEvent event)
          Listener for events that happen in a specific Simulation.
 

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

Methods in org.eclipse.ohf.stem.ui.views with parameters of type SimulationEvent
 void SimulationControl.simulationChanged(SimulationEvent event)
          This is where the simulation control hears about changes in the simulation it is managing.
 

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

Methods in org.eclipse.ohf.stem.ui.views.map with parameters of type SimulationEvent
 void MapControl.simulationChanged(SimulationEvent event)
           
 void InternalMapView.simulationChanged(SimulationEvent event)
          In case a specific simulation is changed during the cycle, the map is being updated respectively.