search

goog.events.EventHandler<SCOPE>

Provided By
Extends
All Implemented Interfaces

Super class for objects that want to easily manage a number of event listeners. It allows a short cut to listen and also provides a quick way to remove all events listeners belonging to this object.

new EventHandler<SCOPE>( opt_scope )

Parameters
opt_scope(SCOPE|null)=

Object in whose scope to call the listeners.

Instance Methods

Instance Properties