public class

EventTarget

extends JavaScriptObject
java.lang.Object
   ↳ com.google.gwt.core.client.JavaScriptObject
     ↳ com.google.gwt.dom.client.EventTarget

Class Overview

Represents the target of a JavaScript event.

This type is returned from methods such as getEventTarget(), and must usually be cast to another type using methods such as is(JavaScriptObject) and as(JavaScriptObject).

This class intentionally does not specify the methods from the DOM IDL (dispatchEvent, addEventListener, and removeEventListener).

Summary

Protected Constructors
EventTarget()
[Expand]
Inherited Methods
From class com.google.gwt.core.client.JavaScriptObject
From class java.lang.Object

Protected Constructors

protected EventTarget ()