|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.events.AbstractEvent
org.apache.batik.dom.events.DOMEvent
org.apache.batik.dom.events.DOMCustomEvent
public class DOMCustomEvent
A custom event object.
Field Summary | |
---|---|
protected java.lang.Object |
detail
The custom detail associated with this event. |
Fields inherited from class org.apache.batik.dom.events.AbstractEvent |
---|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, type |
Fields inherited from interface org.w3c.dom.events.Event |
---|
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Constructor Summary | |
---|---|
DOMCustomEvent()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.batik.dom.events.AbstractEvent |
---|
addDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.events.Event |
---|
getBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getNamespaceURI, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, stopImmediatePropagation, stopPropagation |
Field Detail |
---|
protected java.lang.Object detail
Constructor Detail |
---|
public DOMCustomEvent()
Method Detail |
---|
public java.lang.Object getDetail()
getDetail
in interface CustomEvent
public void initCustomEventNS(java.lang.String namespaceURIArg, java.lang.String typeArg, boolean canBubbleArg, boolean cancelableArg, java.lang.Object detailArg)
initCustomEventNS
in interface CustomEvent
namespaceURIArg
- 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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |