Interface TimerHandler

  • All Superinterfaces:
    Timers.Handler
    All Known Subinterfaces:
    ZTimer.Handler

    public interface TimerHandler
    extends Timers.Handler
    Called when the time has come to perform some action. This is a DRAFT class, and may change without notice.
    • Method Detail

      • time

        void time​(java.lang.Object... args)
        Specified by:
        time in interface Timers.Handler