void InputListener::notify(InputEvent& event) {
   event.execute(*this);
}