×
Returns the scheduled execution time of the most recent actual execution of this task. (If this method is invoked while task execution is in progress, the ...
A task that can be scheduled for one-time or repeated execution by a Timer . A timer task is not reusable. Once a task has been scheduled for execution on a ...
Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility ...
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay. void. Timer. schedule(TimerTask task, Date time).
Cancels this timer task. If the task has been scheduled for one-time execution and has not yet run, or has not yet been scheduled, it will never run. If the ...
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time. void, Timer. scheduleAtFixedRate(TimerTask task, long delay, ...
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
メソッドのサマリー ; abstract void, run(). このタイマー・タスクによって実行されるアクションです。 ; long, scheduledExecutionTime(). このタスクの最新の実際の実行の ...
declaration: module: java.base, package: java.util, class: TimerTask.
java.util クラス TimerTask ; abstract void, run() このタイマータスクによって実行されるアクションです。 ; long, scheduledExecutionTime() このタスクを最近「実際に」 ...