protected var _bubbles:Booleanprotected var _currentTarget:Objectprotected var _signal:IPrioritySignalprotected var _target:Objectbubbles:Boolean Indicates whether the event is a bubbling event.
Implementation public function get bubbles():Boolean public function set bubbles(value:Boolean):voidcurrentTarget:Object The object that added the listener for the event.
Implementation public function get currentTarget():Object public function set currentTarget(value:Object):voidsignal:IPrioritySignal The signal that dispatched the event.
Implementation public function get signal():IPrioritySignal public function set signal(value:IPrioritySignal):voidtarget:Object The object that originally dispatched the event.
When dispatched from an signal, the target is the object containing the signal.
Implementation public function get target():Object public function set target(value:Object):voidpublic function GenericEvent(bubbles:Boolean = false) Parameters | bubbles:Boolean (default = false) |
public function clone():IEvent Returns a new copy of the instance.
Returns
Thu Jan 16 2014, 01:11 PM +08:00