| Property | Defined By | ||
|---|---|---|---|
| bubbles : Boolean Indicates whether the event is a bubbling event. | IEvent | ||
| currentTarget : Object The object that added the listener for the event. | IEvent | ||
| signal : IPrioritySignal The signal that dispatched the event. | IEvent | ||
| target : Object The object that originally dispatched the event. | IEvent | ||
| bubbles | property |
bubbles:BooleanIndicates whether the event is a bubbling event.
public function get bubbles():Boolean public function set bubbles(value:Boolean):void| currentTarget | property |
currentTarget:ObjectThe object that added the listener for the event.
public function get currentTarget():Object public function set currentTarget(value:Object):void| signal | property |
signal:IPrioritySignalThe signal that dispatched the event.
public function get signal():IPrioritySignal public function set signal(value:IPrioritySignal):void| target | property |
target:ObjectThe object that originally dispatched the event. When dispatched from an signal, the target is the object containing the signal.
public function get target():Object public function set target(value:Object):void| clone | () | method |