Packageorg.as3lib.kitchensync.core
Interfacepublic interface ISynchronizerClient
SubinterfacesIAction
ImplementorsFrameRateView

A consumer or the Synchronizer class. This type has the ability to be updated incrementally with time data.



Public Methods
 MethodDefined by
  
update(currentTimestamp:Timestamp):void
Update will allow the synchronizer to update the action with the current time.
ISynchronizerClient
Method detail
update()method
public function update(currentTimestamp:Timestamp):void

Update will allow the synchronizer to update the action with the current time.

Parameters
currentTimestamp:Timestamp — The current time from the synchronizer.