@InterfaceAudience.Public @InterfaceStability.Evolving public interface TimerTaskReceiver
EnhancedTimerTask events
to update the processing Engine.| Modifier and Type | Method and Description |
|---|---|
void |
onTimerTask(EnhancedTimerTask timerTask)
Updates the processing Engine with the
EnhancedTimerTask, and it
should be a light weight implementation and synchronized. |
void onTimerTask(EnhancedTimerTask timerTask)
EnhancedTimerTask, and it
should be a light weight implementation and synchronized.timerTask - the timer taskCopyright © 2016 utils4j. All Rights Reserved.