protected void postEvent(Event event) { if (_eventHandler != null) { _eventHandler.onEvent(this.getId(), event); } }