Exemplo n.º 1
0
 public void switchCountClock(FireSwitch sw) {
   sw.setState(new SmallState());
   System.out.println("small fire");
 }
Exemplo n.º 2
0
 public void switchClockWise(FireSwitch sw) {
   sw.setState(new LargeState());
   System.out.println("large fire");
 }