예제 #1
0
 public void cleanRoom() throws Exception {
   speaker.speak("Started");
   cleaner.cleanRoom();
   speaker.speak("Finished");
 }