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()
           
abstract  void run()
           
 long scheduledExecutionTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerTask

protected TimerTask()
Method Detail

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.