Class Timer
package java.util
java.lang.Object | +--java.util.Timerextends Object:
생성자 요약
섹션 제목: “생성자 요약”- Timer ()
메서드 요약
섹션 제목: “메서드 요약”void cancel ()void schedule ( TimerTask task, Date time)void schedule ( TimerTask task, Date firstTime, long period)void schedule ( TimerTask task, long delay)void schedule ( TimerTask task, long delay, long period)void scheduleAtFixedRate ( TimerTask task, Date firstTime, long period)void scheduleAtFixedRate ( TimerTask task, long delay, long period)
생성자 상세
섹션 제목: “생성자 상세”Timer
섹션 제목: “Timer”public Timer()schedule
섹션 제목: “schedule”public void schedule(TimerTask task, long delay)schedule
섹션 제목: “schedule”public void schedule(TimerTask task, Date time)schedule
섹션 제목: “schedule”public void schedule(TimerTask task, long delay, long period)schedule
섹션 제목: “schedule”public void schedule(TimerTask task, Date firstTime, long period)scheduleAtFixedRate
섹션 제목: “scheduleAtFixedRate”public void scheduleAtFixedRate(TimerTask task, long delay, long period)scheduleAtFixedRate
섹션 제목: “scheduleAtFixedRate”public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period)cancel
섹션 제목: “cancel”public void cancel()```## 메서드 상세
### schedule
```javapublic void schedule(TimerTask task, long delay)schedule
섹션 제목: “schedule”public void schedule(TimerTask task, Date time)schedule
섹션 제목: “schedule”public void schedule(TimerTask task, long delay, long period)schedule
섹션 제목: “schedule”public void schedule(TimerTask task, Date firstTime, long period)scheduleAtFixedRate
섹션 제목: “scheduleAtFixedRate”public void scheduleAtFixedRate(TimerTask task, long delay, long period)scheduleAtFixedRate
섹션 제목: “scheduleAtFixedRate”public void scheduleAtFixedRate(TimerTask task, Date firstTime, long period)cancel
섹션 제목: “cancel”public void cancel()AromaSoft Corp. Proprietary and Confidential
(C)opyright 2003 AromaSoft Corp. All right reserved. Contact : contact@aromasoft.com