Uses of Interface
org.commonreality.message.command.time.ITimeCommand

Packages that use ITimeCommand
org.commonreality.message.command.time   
org.commonreality.time.impl.net   
 

Uses of ITimeCommand in org.commonreality.message.command.time
 

Classes in org.commonreality.message.command.time that implement ITimeCommand
 class TimeCommand
           
 

Uses of ITimeCommand in org.commonreality.time.impl.net
 

Methods in org.commonreality.time.impl.net with parameters of type ITimeCommand
 void NetworkedSlaveClock.setCurrentTimeCommand(ITimeCommand timeCommand)
           
 void NetworkedSetableClock.setCurrentTimeCommand(ITimeCommand timeCommand)
           
 void INetworkedClock.setCurrentTimeCommand(ITimeCommand timeCommand)