Class InstructionViewer.DoorBell

  • Enclosing class:
    InstructionViewer

    public static class InstructionViewer.DoorBell
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean notified  
    • Constructor Summary

      Constructors 
      Constructor Description
      DoorBell()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ring()  
      void snooze()  
      • Methods inherited from class java.lang.Object

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

      • notified

        volatile boolean notified
    • Constructor Detail

      • DoorBell

        public DoorBell()
    • Method Detail

      • snooze

        public void snooze()
      • ring

        public void ring()