search

goog.events.Listener

Provided By
All Implemented Interfaces

Simple class that stores information about a listener

new Listener( listener, proxy, src, type, capture, opt_handler )

Parameters
listenerfunction(?): ?

Callback function.

proxy(Function|null)

Wrapper for the listener that patches the event.

src(EventTarget|goog.events.Listenable|null)

Source object for the event.

typestring

Event type.

captureboolean

Whether in capture or bubble phase.

opt_handler(Object|null)=

Object in whose context to execute the callback.

Instance Methods

Instance Properties

Compiler Constants