eventid.js
No description.

File Location

/goog/events/eventid.js

Classes

goog.events.EventId
A templated class that is used when registering for events. Typical usage: /** @type {goog.events.EventId.} var myEventId = new goog.events.EventId( goog.events.getUniqueId(('someEvent')); // No need to cast or declare here since the compiler knows the correct // type of 'evt' (MyEventObj). something.listen(myEventId, function(evt) {});

Directory events

File Reference