Uses of Class
fr.lifl.jedi.controllersCore.events.ToSimulationCoreControlEvents

Packages that use ToSimulationCoreControlEvents
fr.lifl.jedi.controllersCore Package where all elements used to run a simulation are defined, and where means to synchronize different views on the simulation are defined. 
fr.lifl.jedi.controllersCore.events   
fr.lifl.jedi.controllersCore.simulationRun Package where all elements used to run a simulation are defined. 
 

Uses of ToSimulationCoreControlEvents in fr.lifl.jedi.controllersCore
 

Methods in fr.lifl.jedi.controllersCore with parameters of type ToSimulationCoreControlEvents
protected  void AbstractControlGUIController.sendEventToSimulationCore(ToSimulationCoreControlEvents event)
          Sends an event to the simulation core, in order to control simulations initialization, run, pause or abortion.
 

Uses of ToSimulationCoreControlEvents in fr.lifl.jedi.controllersCore.events
 

Methods in fr.lifl.jedi.controllersCore.events that return ToSimulationCoreControlEvents
static ToSimulationCoreControlEvents ToSimulationCoreControlEvents.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ToSimulationCoreControlEvents[] ToSimulationCoreControlEvents.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ToSimulationCoreControlEvents in fr.lifl.jedi.controllersCore.simulationRun
 

Methods in fr.lifl.jedi.controllersCore.simulationRun with parameters of type ToSimulationCoreControlEvents
protected  void SimulationCore.processEventFromControlGUI(SimulationCoreStates state, ToSimulationCoreControlEvents event)
          Performs the adequate processing depending on which control event was received.