Esempio n. 1
0
 public void setState(BellState state)
 {
     currentState = state;
 }
Esempio n. 2
0
 public Bell()
 {
     currentState = new BellRingingState();
 }