|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClockListener | |
---|---|
org.mars_sim.msp.simulation | Contains classes for creating a virtual Mars. |
org.mars_sim.msp.simulation.time | Contains classes for time management within the simulation |
org.mars_sim.msp.ui.standard.tool.time | Contains classes for creating a time tool window. |
Uses of ClockListener in org.mars_sim.msp.simulation |
---|
Classes in org.mars_sim.msp.simulation that implement ClockListener | |
---|---|
class |
Simulation
The Simulation class is the primary singleton class in the MSP simulation. |
Uses of ClockListener in org.mars_sim.msp.simulation.time |
---|
Methods in org.mars_sim.msp.simulation.time with parameters of type ClockListener | |
---|---|
void |
MasterClock.addClockListener(ClockListener newListener)
Adds a clock listener |
void |
MasterClock.removeClockListener(ClockListener oldListener)
Removes a clock listener |
Uses of ClockListener in org.mars_sim.msp.ui.standard.tool.time |
---|
Classes in org.mars_sim.msp.ui.standard.tool.time that implement ClockListener | |
---|---|
class |
TimeWindow
The TimeWindow is a tool window that displays the current Martian and Earth time |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |