Interface goog.events.ListenableKey

code »

An interface that describes a single registered listener.

Show:

Instance Properties

Whether the listener works on capture phase.

The 'this' object for the listener function's scope.

A globally unique number to identify the key.

code »listener : (function(?): ?|{handleEvent: function(?): ?}|null)

The listener function.

The event type the listener is listening to.

Global Functions

Reserves a key to be used for ListenableKey#key field.

Returns
A number to be used to fill ListenableKey#key field.

Global Properties

Counter used to create a unique key