org.mars_sim.msp.core.time
Interface ClockListener

All Known Implementing Classes:
Simulation

public interface ClockListener

A listener for clock time changes.


Method Summary
 void clockPulse(double time)
          Change in time.
 void pauseChange(boolean isPaused)
          Change the pause state of the clock.
 

Method Detail

clockPulse

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


pauseChange

void pauseChange(boolean isPaused)
Change the pause state of the clock.

Parameters:
isPaused - true if clock is paused.


Copyright © 2009-2013. All Rights Reserved.