Package com.iizix.timeout
Interface ITimeoutEngineListener
public interface ITimeoutEngineListener
Internal interface used by the timeout engine implementation.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTimerComplete(ITimerTask task)
Called when a timer task has been canceled or timed out.
Method Detail
onTimerComplete
void onTimerComplete(ITimerTask task)
Called when a timer task has been canceled or timed out.- Parameters:
task
- The timer task to remove.