gov.nasa.arc.brahms.vm.api.components
Interface IClockListener


public interface IClockListener

The IClockListener is the interface for the objects interested in time changes of the virtual machine's clock.

See Also:
IClockEvent

Method Summary
 void simulatedTimeChanged(IClockEvent evt)
          Called when the simulated time in the clock changed.
 

Method Detail

simulatedTimeChanged

void simulatedTimeChanged(IClockEvent evt)
Called when the simulated time in the clock changed. The specified event contains the old and new time.

Parameters:
evt - the IClockEvent containing the time change information.