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