예제 #1
0
 /**
  * @return null if the selected schedule does not support repeat-in-seconds, otherwise return the
  *     number of seconds between schedule execution.
  * @throws RuntimeException if the temporal value is invalid. This condition occurs as a result of
  *     programmer error.
  */
 public Long getRepeatInSecs() throws RuntimeException {
   return recurrenceEditor.getRepeatInSecs();
 }