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 TypeMethodDescriptionvoidSimulator.addGUIListener(SimulatorListener listener) Add aSimulatorListenerwhose callbacks will be executed on the GUI thread.voidSimulator.addThreadListener(SimulatorListener listener) Add aSimulatorListenerwhose callbacks will be executed on the simulator thread.voidSimulator.removeGUIListener(SimulatorListener listener) Remove aSimulatorListenerwhich was added viaSimulator.addGUIListener(SimulatorListener).voidSimulator.removeThreadListener(SimulatorListener listener) Remove aSimulatorListenerwhich was added viaSimulator.addThreadListener(SimulatorListener). -
Uses of SimulatorListener in mars.venus
Classes in mars.venus that implement SimulatorListenerModifier and TypeClassDescriptionclassSets up a window to display registers in the UI.classSets up a window to display Coprocessor 1 registers in the Registers pane of the UI.classCreates the message window at the bottom of the UI.classSets up a window to display registers in the UI.classclassContains tabbed areas in the UI to display register contents.classTop level container for the Venus GUI. -
Uses of SimulatorListener in mars.venus.execute
Classes in mars.venus.execute that implement SimulatorListenerModifier and TypeClassDescriptionclassRepresents the Data Segment window, which is a type of JInternalFrame.classCreates the Text Segment window in the Execute tab of the UI.