Interface TimerListener

  • All Known Implementing Classes:
    TimerServiceResource

    public interface TimerListener
    Registrar for timers.
    Author:
    Paul Ferraro
    • Method Detail

      • timerAdded

        void timerAdded​(String id)
        Registers a timer with the specified identifier.
        Parameters:
        id - an timer identifier.
      • timerRemoved

        void timerRemoved​(String id)
        Unregisters a timer with the specified identifier.
        Parameters:
        id - an timer identifier.