void action() { Event evt = new Event(target, Event.ACTION_EVENT, ((ComboBox) target). getValue()); target.postEvent(evt); }
handleEvent