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

Packages that use ISimulationListener
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 ISimulationListener in org.eclipse.ohf.stem.jobs.simulation
 

Classes in org.eclipse.ohf.stem.jobs.simulation that implement ISimulationListener
 class SimulationManager
          This class manages the life-cycle of active simulations.
 

Methods in org.eclipse.ohf.stem.jobs.simulation with parameters of type ISimulationListener
 void Simulation.addSimulationListener(ISimulationListener listener)
           
 void ISimulation.addSimulationListener(ISimulationListener simulationListener)
           
 void Simulation.removeSimulationListener(ISimulationListener listener)
           
 void ISimulation.removeSimulationListener(ISimulationListener simulationListener)
           
 

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

Classes in org.eclipse.ohf.stem.ui.ge that implement ISimulationListener
 class GEInterface
           
 

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

Classes in org.eclipse.ohf.stem.ui.views that implement ISimulationListener
 class SimulationControl
          This class is an SWT control that displays the status/state of an ISimulation and allows the ISimulation to be managed.
 

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

Classes in org.eclipse.ohf.stem.ui.views.map that implement ISimulationListener
 class InternalMapView
          This code is no longer used and is kept for reference purposes only.
 class MapControl
          This class is a SWT Composite that displays Lat/Long data adapted from the contents of the canonical graph in a Scenario being simluated.