@InterfaceAudience.Public @InterfaceStability.Evolving public interface TimerTaskListener
EnhancedTimerTask events from the
processing Engine.
It starts receiving the events once it registers with the GlobalThread.| Modifier and Type | Method and Description |
|---|---|
void |
omitOnCancel(EnhancedTimerTask task)
Omits the
EnhancedTimerTask when it gets canceled. |
void |
omitOnExpiry(EnhancedTimerTask task)
Omits the
EnhancedTimerTask when it gets expired. |
void |
omitOnFinish(EnhancedTimerTask task)
Omits the
EnhancedTimerTask when it gets Finished. |
void omitOnCancel(EnhancedTimerTask task)
EnhancedTimerTask when it gets canceled.task - the taskvoid omitOnExpiry(EnhancedTimerTask task)
EnhancedTimerTask when it gets expired.task - the taskvoid omitOnFinish(EnhancedTimerTask task)
EnhancedTimerTask when it gets Finished.task - the taskCopyright © 2016 utils4j. All Rights Reserved.