예제 #1
0
 public void endMovie() {
   System.out.println("Shutting movie theater down...");
   projector.off();
   amp.off();
   dvd.stop();
   dvd.eject();
   dvd.off();
 }
예제 #2
0
 public void endStudy() {
   System.out.println("Shutting down study...");
   lightStand.off();
   amp.off();
 }
예제 #3
0
 public void endRadio() {
   System.out.println("Shutting down the tuner...");
   tuner.off();
   amp.off();
 }