Class AlarmPlan


  • public class AlarmPlan
    extends Plan
    The alarm plan has the purpose to wait for the next alarm time and issue the notification.
    • Constructor Detail

      • AlarmPlan

        public AlarmPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.
        Specified by:
        body in class Plan