public class DOMCustomEvent extends DOMEvent implements CustomEvent
| Modifier and Type | Field and Description |
|---|---|
protected Object |
detail
The custom detail associated with this event.
|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Constructor and Description |
|---|
DOMCustomEvent() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDetail()
Returns the custom detail of this event.
|
void |
initCustomEventNS(String namespaceURIArg,
String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object detailArg)
Initializes this custom event.
|
addDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagationequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagationprotected Object detail
public Object getDetail()
getDetail in interface CustomEventpublic void initCustomEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, Object detailArg)
initCustomEventNS in interface CustomEventnamespaceURIArg - Refer to the Event.initEventNS()
method for a description of this parameter.typeArg - Refer to the Event.initEventNS() method
for a description of this parameter.canBubbleArg - Refer to the Event.initEventNS()
method for a description of this parameter.cancelableArg - Refer to the Event.initEventNS()
method for a description of this parameter.detailArg - Specifies CustomEvent.detail. This
value may be null.Copyright © 2000–2020 Apache Software Foundation. All rights reserved.