listenermap.js
No description.

File Location

/goog/events/listenermap.js

Classes

goog.events.ListenerMap
Creates a new listener map.

Public Protected Private

Global Functions

goog.events.ListenerMap.findListenerIndex_(listenerArraylisteneropt_useCaptureopt_listenerScope) number
Finds the index of a matching goog.events.Listener in the given listenerArray.
Arguments:
listenerArray : !Array.<!goog.events.Listener>
Array of listener.
listener : !Function
The listener function.
opt_useCapture : boolean=
The capture flag for the listener.
opt_listenerScope : Object=
The listener scope.
Returns: number  The index of the matching listener within the listenerArray.
code »

Directory events

File Reference