Class BeepPlan


  • public class BeepPlan
    extends java.lang.Object
    Play a beep.
    • Constructor Summary

      Constructors 
      Constructor Description
      BeepPlan()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body()
      The body method is called on the instantiated 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

      • BeepPlan

        public BeepPlan()
    • Method Detail

      • body

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