Class AlarmPlan


  • public class AlarmPlan
    extends java.lang.Object
    The alarm plan has the purpose to wait for the next alarm time and issue the notification.
    • Constructor Summary

      Constructors 
      Constructor Description
      AlarmPlan()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The body method is called on the instatiated plan instance from the scheduler.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlarmPlan

        public AlarmPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instatiated plan instance from the scheduler.