Packagevn.karaokeplayer.utils
Classpublic class Timer

A custom timer to replace built in Timer
This class will make use of singleton EnterFrameManager and signals to optimize performance.
TODO: This class is not completed and not in used



Public Properties
 PropertyDefined by
  completed : Signal
[read-only]
Timer
  ticked : Signal
[read-only]
Timer
Public Methods
 MethodDefined by
  
Timer(delay:int, repeat:int = 0)
Timer
Property detail
completedproperty
completed:Signal  [read-only]Implementation
    public function get completed():Signal
tickedproperty 
ticked:Signal  [read-only]Implementation
    public function get ticked():Signal
Constructor detail
Timer()constructor
public function Timer(delay:int, repeat:int = 0)

Parameters
delay:int
 
repeat:int (default = 0)