org.commonreality.time
Interface ISetableClock

All Superinterfaces:
IClock
All Known Implementing Classes:
BasicClock, MasterClock, NetworkedMasterClock, OwnedClock, SharedClock

public interface ISetableClock
extends IClock

Author:
developer

Method Summary
 double setTime(double time)
           
 
Methods inherited from interface org.commonreality.time.IClock
getTime, waitForChange, waitForTime
 

Method Detail

setTime

double setTime(double time)