Interface Timer.Timeable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void timeout()
      This method will be called if an implementation of this interface is passed to a Timer.
    • Method Detail

      • timeout

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