Interface ITimeoutEngineListener


public interface ITimeoutEngineListener
Internal interface used by the timeout engine implementation.
Author:
Christopher Mindus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a timer task has been canceled or timed out.
  • Method Details

    • onTimerComplete

      void onTimerComplete(ITimerTask task)
      Called when a timer task has been canceled or timed out.
      Parameters:
      task - The timer task to remove.