goog.events.ListenableKey |
![]()
Whether the listener works on capture phase.
|
Code » | |
![]()
The 'this' object for the listener function's scope.
|
Code » | |
![]()
A globally unique number to identify the key.
|
Code » | |
![]()
The listener function.
|
Code » | |
![]()
The source event target.
|
Code » | |
![]()
The event type the listener is listening to.
|
Code » |
Reserves a key to be used for ListenableKey#key field.
Returns: number
A number to be used to fill ListenableKey#key
field.
|
code » |
![]()
Counter used to create a unique key
|
Code » |