Interface ScheduledTimer<I>

  • All Superinterfaces:
    Timer<I>

    public interface ScheduledTimer<I>
    extends Timer<I>
    A Timer that executes according to a configured schedule.
    Author:
    Paul Ferraro