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