void onDraw(Object o) { // state specific drawing! _state.draw(o); }
boolean onTouch(Object o) { return _state.onTouch(o); }