Simple class that stores information about a listener
| Instance Method Summary | |
handleEvent(?Object eventObject) ⇒ booleanCalls the internal listener | |
init(?Object listener, ?Function proxy, ?Object src, string type, boolean capture, ?Object= opt_handler)Initializes the listener. | |