| 限定符和类型 | 字段和说明 |
|---|---|
static ScheduledExecutorService |
SCHEDULED_EXECUTOR_SERVICE
已过时。
|
| 构造器和说明 |
|---|
QuickTimerTask()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
cancelQuickTask()
已过时。
|
static ScheduledFuture<?> |
scheduleAtFixedRate(Runnable command,
long initialDelay,
long period)
已过时。
|
public static final ScheduledExecutorService SCHEDULED_EXECUTOR_SERVICE
public static void cancelQuickTask()
public static ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period)
Copyright © 2024. All rights reserved.