![]() | ![]() |
Definition at line 5 of file EventDescriptor.as.
Public Member Functions | |
| function get | EventSource () |
| function get | EventName () |
| function | EventDescriptor (aEventSource:IEventDispatcher, aEventName:String) |
| function | equals (aTarget:EventDescriptor) |
Private Attributes | |
| var | mEventSource: IEventDispatcher |
| var | mEventName: String |
| function gugga.common.EventDescriptor.EventDescriptor | ( | aEventSource:IEventDispatcher | , | |
| aEventName:String | ||||
| ) |
Definition at line 20 of file EventDescriptor.as.
| function get gugga.common.EventDescriptor.EventSource | ( | ) |
Definition at line 10 of file EventDescriptor.as.
| function get gugga.common.EventDescriptor.EventName | ( | ) |
Definition at line 15 of file EventDescriptor.as.
| function gugga.common.EventDescriptor.equals | ( | aTarget:EventDescriptor | ) |
Definition at line 26 of file EventDescriptor.as.
var gugga.common.EventDescriptor.mEventSource [private] |
Definition at line 7 of file EventDescriptor.as.
var gugga.common.EventDescriptor.mEventName [private] |
Definition at line 8 of file EventDescriptor.as.
1.5.2