Ejemplo n.º 1
0
 /** Invokes the 'update' method of the current state. */
 public void update() {
   State currentState = stateSelector.getState();
   currentState.update();
 }
Ejemplo n.º 2
0
 private StateUpdater() {
   stateSelector = StateSelector.getInstance();
 }