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