Interface TimerThread.TimerListener

Enclosing class:
TimerThread

public static interface TimerThread.TimerListener
Interface to be implemented by classes that request timer services.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Event to be fired when the timeout expires.
  • Method Details

    • timerExpired

      void timerExpired()
      Event to be fired when the timeout expires.