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.
- Version:
- 12 September 2000
- Author:
- Ron van Hoof
- See Also:
IClockEvent
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.
Copyright © 1997-2008 NASA. All Rights Reserved.