public class EventTarget extends JavaScriptObject
This type is returned from methods such as
NativeEvent.getEventTarget()
, and must usually be cast to another
type using methods such as Element.is(JavaScriptObject)
and
Element.as(JavaScriptObject)
.
This class intentionally does not specify the methods from the DOM IDL (dispatchEvent, addEventListener, and removeEventListener).
Modifier | Constructor and Description |
---|---|
protected |
EventTarget() |
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
Copyright © 2018. All rights reserved.