org.mars_sim.msp.simulation.time
Interface ClockListener

All Known Implementing Classes:
Simulation, TimeWindow

public interface ClockListener

A listener for clock time changes.


Method Summary
 void clockPulse(double time)
          Change in time.
 

Method Detail

clockPulse

void clockPulse(double time)
Change in time. param time the amount of time changed. (millisols)