Package doodlepad

Interface Timer.TimerEventHandler

Enclosing class:
Timer

public static interface Timer.TimerEventHandler
Interface used by methods that assign timer event handlers given a method reference as a parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    f(Timer tmr, long when)
     
  • Method Details

    • f

      void f(Timer tmr, long when)