Interface RecurringEventTimer

  • All Known Implementing Classes:
    SimpleRecurringEventTimer

    public interface RecurringEventTimer
    An interface for for a timer for handling a recurring event at a uniform period.
    • Method Detail

      • waitUntilNextFiring

        void waitUntilNextFiring()
                          throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException