java.util
Class TimerTask

java.lang.Object
  extended by java.util.TimerTask
All Implemented Interfaces:
Runnable

public abstract class TimerTask
extends Object
implements Runnable


Constructor Summary
protected TimerTask()
           
 
Method Summary
 boolean cancel()
           
 long scheduledExecutionTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

TimerTask

protected TimerTask()
Method Detail

cancel

public boolean cancel()

scheduledExecutionTime

public long scheduledExecutionTime()