public class CustomEvent extends Event
Event.ComposedPathArrayUnionType, Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
detail |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
CustomEvent(java.lang.String type) |
CustomEvent(java.lang.String type,
CustomEventInit eventInitDict) |
Modifier and Type | Method and Description |
---|---|
void |
initCustomEvent(java.lang.String eventType,
boolean bubbles,
boolean cancelable,
java.lang.Object detail) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public CustomEvent(java.lang.String type, CustomEventInit eventInitDict)
public CustomEvent(java.lang.String type)