Interface Timer.Timeable

Enclosing class:
Timer

public static interface Timer.Timeable
Implementations of this interface are passed to Timer, to be called back after a specified interval.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be called if an implementation of this interface is passed to a Timer.
  • Method Details

    • timeout

      void timeout()
      This method will be called if an implementation of this interface is passed to a Timer.