Class Timer


  extended by Object
      extended by Timer

public class Timer
extends Object

Handle to scheduled execution. Instance of this class passed as an arguments to widget callback Script.timerEvent(Timer).

See Also:
schedule(long), schedule(long,long)

Method Summary
 void cancel()
          Cancels all future executions of this timer.
 
Methods inherited from class Object
toString, equals, hashCode
 
Methods inherited from
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

cancel

public void cancel()
Cancels all future executions of this timer. Does not affect currently running execution, if any.