| Method | Defined By | ||
|---|---|---|---|
onEventBubbled(event:IEvent):Boolean
Handler for event bubbling. | IBubbleEventHandler | ||
| onEventBubbled | () | method |
public function onEventBubbled(event:IEvent):BooleanHandler for event bubbling. It's left to the IBubbleEventHandler to decide what to do with the event.
Parameters
event:IEvent — The event that bubbled up.
|
Boolean — whether to continue bubbling this event
|