search

goog.events.Event

Provided By
All Known Direct Subclasses

A base class for event objects, so that they can support preventDefault and stopPropagation.

new Event( type, opt_target )

Parameters
type(string|goog.events.EventId)

Event Type.

opt_target(Object|null)=

Reference to the object that is the target of this event. It has to implement the EventTarget interface declared at http://developer.mozilla.org/en/DOM/EventTarget.

Instance Methods

Instance Properties

Static Functions