Interface TimerListener

All Known Implementing Classes:
TimerServiceResource

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

    Modifier and Type
    Method
    Description
    void
    Registers a timer with the specified identifier.
    void
    Unregisters a timer with the specified identifier.
  • Method Details

    • 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.