Uses of Enum Class
microsim.event.SystemEventType
Packages that use SystemEventType
-
Uses of SystemEventType in microsim.engine
Methods in microsim.engine with parameters of type SystemEventTypeModifier and TypeMethodDescriptionprotected voidSimulationEngine.notifySimulationListeners(SystemEventType event) voidEngineListener.onEngineEvent(SystemEventType event) voidMultiRun.onEngineEvent(SystemEventType event) Implementing the ISimEngineListener.voidSimulationEngine.performAction(SystemEventType actionType) React to system events. -
Uses of SystemEventType in microsim.event
Methods in microsim.event that return SystemEventTypeModifier and TypeMethodDescriptionstatic SystemEventTypeReturns the enum constant of this class with the specified name.static SystemEventType[]SystemEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in microsim.event with parameters of type SystemEventTypeModifier and TypeMethodDescriptionEventGroup.addSystemEvent(SimulationEngine engine, SystemEventType actionType) Create a new SimSystemEvent and add an event to the list.EventQueue.scheduleSystem(double atTime, int withOrdering, double withLoop, SimulationEngine engine, SystemEventType type) Schedule a looped system event.Constructors in microsim.event with parameters of type SystemEventType