Uses of Class
mars.simulator.SimulatorPauseEvent
Packages that use SimulatorPauseEvent
-
Uses of SimulatorPauseEvent in mars.simulator
Methods in mars.simulator with parameters of type SimulatorPauseEventModifier and TypeMethodDescriptiondefault voidSimulatorListener.simulatorPaused(SimulatorPauseEvent event) Called when the simulator stops execution of a program due to pausing. -
Uses of SimulatorPauseEvent in mars.venus
Methods in mars.venus with parameters of type SimulatorPauseEventModifier and TypeMethodDescriptionvoidMessagesPane.simulatorPaused(SimulatorPauseEvent event) Called when the simulator stops execution of a program due to pausing.voidRegistersDisplayTab.simulatorPaused(SimulatorPauseEvent event) voidVenusUI.simulatorPaused(SimulatorPauseEvent event) -
Uses of SimulatorPauseEvent in mars.venus.execute
Methods in mars.venus.execute with parameters of type SimulatorPauseEventModifier and TypeMethodDescriptionvoidDataSegmentWindow.simulatorPaused(SimulatorPauseEvent event) voidTextSegmentWindow.simulatorPaused(SimulatorPauseEvent event)