Interface ITimeoutEngineListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Internal interface used by the timeout engine implementation.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonTimerComplete(ITimerTask task) Called when a timer task has been canceled or timed out.
Method Details
onTimerComplete
Called when a timer task has been canceled or timed out.- Parameters:
task- The timer task to remove.