java.util
Class Timer

java.lang.Object
  |
  +--java.util.Timer

public class Timer
extends java.lang.Object


Constructor Summary
Timer()
           
 
Method Summary
 void cancel()
           
 void schedule(TimerTask task, long delay, long period)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

schedule

public void schedule(TimerTask task,
                     long delay,
                     long period)

cancel

public void cancel()