콘텐츠로 이동

Class TimerTask

package java.util

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

All Implemented Interfaces:

  • Runnable

implements Runnable:

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

Since:

  • 1.3

See Also:

  • Timer
  • protected TimerTask ()
  • boolean cancel ()
  • abstract  void run () — Thread.start에 의해 run메소스가 호출된다.
  • long scheduledExecutionTime ()
protected TimerTask()
public abstract void run()
  • Description copied from interface: Runnable

Specified by:

  • run in interface Runnable
public boolean cancel()
public long scheduledExecutionTime()
```## 메서드 상세
### run
```java
public abstract void run()
  • Description copied from interface: Runnable

Specified by:

  • run in interface Runnable
public boolean cancel()
public long scheduledExecutionTime()

AromaSoft Corp. Proprietary and Confidential

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