Interface Timer<I>

  • All Known Subinterfaces:
    ScheduledTimer<I>

    public interface Timer<I>
    Author:
    Paul Ferraro
    • Method Detail

      • getId

        I getId()
      • isActive

        boolean isActive()
      • isCanceled

        boolean isCanceled()
      • cancel

        void cancel()
      • activate

        void activate()
      • suspend

        void suspend()