Interface RepeatingSchedule

All Superinterfaces:
Schedule

public interface RepeatingSchedule
extends Schedule
A schedule which repeats every N seconds.
  • Method Summary

    Modifier and Type Method Description
    int getIntervalInSeconds()
    Returns the interval in which the schedule repeats, in seconds
  • Method Details

    • getIntervalInSeconds

      int getIntervalInSeconds()
      Returns the interval in which the schedule repeats, in seconds