public interface TaskListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailed(Executor executor,
Throwable exception)
任务启动失败时触发
|
void |
onStart(Executor executor)
定时任务启动时触发
|
void |
onSucceeded(Executor executor)
任务成功结束时触发
|
Copyright © 2020. All rights reserved.