| goog.events.Listener |
|
Calls the internal listener
|
code » | |||||||
init(listener, proxy, src, type, capture, opt_handler)
Initializes the listener.
Arguments:
|
code » |
|
Whether to remove the listener after it has been called.
|
Code » | |
|
Whether the listener is being called in the capture or bubble phase
|
Code » | |
|
Optional object whose context to execute the listener in
|
Code » | |
|
Whether the listener is a function or an object that implements handleEvent.
|
Code » | |
|
The key of the listener.
|
Code » | |
|
Call back function or an object with a handleEvent function.
|
Code » | |
|
Proxy for callback that passes through goog.events#HandleEvent_
|
Code » | |
|
Whether the listener has been removed.
|
Code » | |
|
Object or node that callback is listening to
|
Code » | |
|
Type of event
|
Code » |