public class DOMCustomEvent extends DOMEvent implements CustomEvent
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.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 |
|---|---|
java.lang.Object |
getDetail()
Returns the custom detail of this event.
|
void |
initCustomEventNS(java.lang.String namespaceURIArg,
java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
java.lang.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, getDefaultPrevented, getEventPhase, getNamespaceURI, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, stopImmediatePropagation, stopPropagationpublic java.lang.Object getDetail()
getDetail in interface CustomEventpublic void initCustomEventNS(java.lang.String namespaceURIArg,
java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
java.lang.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 ? 2009 Apache Software Foundation. All Rights Reserved.