Uses of Interface
mars.simulator.SimulatorListener
Packages that use SimulatorListener
-
Uses of SimulatorListener in mars.simulator
Methods in mars.simulator with parameters of type SimulatorListenerModifier and TypeMethodDescriptionvoid
Simulator.addGUIListener
(SimulatorListener listener) Add aSimulatorListener
whose callbacks will be executed on the GUI thread.void
Simulator.addThreadListener
(SimulatorListener listener) Add aSimulatorListener
whose callbacks will be executed on the simulator thread.void
Simulator.removeGUIListener
(SimulatorListener listener) Remove aSimulatorListener
which was added viaSimulator.addGUIListener(SimulatorListener)
.void
Simulator.removeThreadListener
(SimulatorListener listener) Remove aSimulatorListener
which was added viaSimulator.addThreadListener(SimulatorListener)
. -
Uses of SimulatorListener in mars.venus
Classes in mars.venus that implement SimulatorListenerModifier and TypeClassDescriptionclass
Sets up a window to display registers in the UI.class
Sets up a window to display Coprocessor 1 registers in the Registers pane of the UI.class
Creates the message window at the bottom of the UI.class
Sets up a window to display registers in the UI.class
class
Contains tabbed areas in the UI to display register contents.class
Top level container for the Venus GUI. -
Uses of SimulatorListener in mars.venus.execute
Classes in mars.venus.execute that implement SimulatorListenerModifier and TypeClassDescriptionclass
Represents the Data Segment window, which is a type of JInternalFrame.class
Creates the Text Segment window in the Execute tab of the UI.