java.util
Class TimerTask

java.lang.Object
  |
  +--java.util.TimerTask
All Implemented Interfaces:
Runnable

public abstract class TimerTask
extends Object
implements Runnable

A task that can be scheduled for one-time or repeated execution by a Timer.

Since:
1.3
See Also:
Timer

Constructor Summary
protected TimerTask()
           
 
Method Summary
 boolean cancel()
           
abstract  void run()
          Thread.start에 의해 run메소스가 호출된다.
 long scheduledExecutionTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerTask

protected TimerTask()
Method Detail

run

public abstract void run()
Description copied from interface: Runnable
Thread.start에 의해 run메소스가 호출된다.
Specified by:
run in interface Runnable

cancel

public boolean cancel()

scheduledExecutionTime

public long scheduledExecutionTime()


AromaSoft Corp. Proprietary and Confidential

(C)opyright 2003 AromaSoft Corp. All right reserved.
Contact : contact@aromasoft.com