java.util
Class TimerTask
java.lang.Object
java.util.TimerTask
- All Implemented Interfaces:
- Runnable
public abstract class TimerTask
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerTask
protected TimerTask()
cancel
public boolean cancel()
scheduledExecutionTime
public long scheduledExecutionTime()
run
public abstract void run()
- Specified by:
run
in interface Runnable
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.