Packageidv.cjcat.stardust.common.clocks
Classpublic class ClockCollection
ImplementsClockCollector

This class is used internally by classes that implements the ClockCollector interface.



Public Methods
 MethodDefined by
  
ClockCollection
  
addClock(clock:Clock):void
ClockCollection
  
clearClocks():void
ClockCollection
  
removeClock(clock:Clock):void
ClockCollection
Property detail
clocksproperty
sd var clocks:Array
Constructor detail
ClockCollection()constructor
public function ClockCollection()
Method detail
addClock()method
public final function addClock(clock:Clock):voidParameters
clock:Clock
clearClocks()method 
public final function clearClocks():void
removeClock()method 
public final function removeClock(clock:Clock):voidParameters
clock:Clock