goog.events.Listener |
listener
: !Function
Callback function.
|
proxy
: Function
Wrapper for the listener that patches the event.
|
src
: EventTarget | goog.events.Listenable
Source object for
the event.
|
type
: string
Event type.
|
capture
: boolean
Whether in capture or bubble phase.
|
opt_handler
: Object=
Object in whose context to execute the callback.
|
![]()
Marks this listener as removed. This also remove references held by
this listener object (such as listener and event source).
|
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 » | |
![]()
If monitoring the goog.events.Listener instances is enabled, stores the
creation stack trace of the Disposable instance.
|
Code » | |
![]()
Optional object whose context to execute the listener in
|
Code » | |
![]()
The key of the listener.
|
Code » | |
![]()
Callback function.
|
Code » | |
![]()
A wrapper over the original listener. This is used solely to
handle native browser events (it is used to simulate the capture
phase and to patch the event object).
|
Code » | |
![]()
Whether the listener has been removed.
|
Code » | |
Object or node that callback is listening to
|
Code » | |
![]()
The event type.
|
Code » |
![]()
No description.
|
Code » |