waba.ui
Class Timer

java.lang.Object
  |
  +--waba.ui.Timer

public class Timer
extends Object

Timer represents a control's timer. Timers are created and destroyed using the addTimer() and removeTimer() methods present in the Control class.


Constructor Summary
Timer()
           
 
Methods inherited from class java.lang.Object
equals, hashCode, toString
 

Constructor Detail

Timer

public Timer()