applyState method

void applyState()

Implementation

void applyState() {
  state.apply(this);
}