Uses of Enum Class
mars.simulator.SimulatorPauseEvent.Reason
Packages that use SimulatorPauseEvent.Reason
-
Uses of SimulatorPauseEvent.Reason in mars.simulator
Methods in mars.simulator that return SimulatorPauseEvent.ReasonModifier and TypeMethodDescriptionSimulatorPauseEvent.getReason()
The reason why execution paused.static SimulatorPauseEvent.Reason
Returns the enum constant of this class with the specified name.static SimulatorPauseEvent.Reason[]
SimulatorPauseEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mars.simulator with parameters of type SimulatorPauseEvent.ReasonModifier and TypeMethodDescriptionvoid
Simulator.dispatchPauseEvent
(int stepCount, SimulatorPauseEvent.Reason reason) Called when the simulator has paused execution of the current program.Constructors in mars.simulator with parameters of type SimulatorPauseEvent.ReasonModifierConstructorDescriptionSimulatorPauseEvent
(Simulator simulator, int stepCount, SimulatorPauseEvent.Reason reason) Construct a new event with the given parameters.