Interface ITimeoutEngineListener


  • public interface ITimeoutEngineListener
    Internal interface used by the timeout engine implementation.
    Author:
    Christopher Mindus
    • 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.