org.apache.batik.dom.events
Class DOMCustomEvent
java.lang.Object
org.apache.batik.dom.events.AbstractEvent
org.apache.batik.dom.events.DOMEvent
org.apache.batik.dom.events.DOMCustomEvent
- All Implemented Interfaces:
- Cloneable, OriginalEvent, CustomEvent, Event
public class DOMCustomEvent
- extends DOMEvent
- implements CustomEvent
A custom event object.
- Version:
- $Id: DOMCustomEvent.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Cameron McCormack
|
Field Summary |
protected 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 |
| 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 |
detail
protected Object detail
- The custom detail associated with this event.
DOMCustomEvent
public DOMCustomEvent()
getDetail
public Object getDetail()
- Returns the custom detail of this event.
- Specified by:
getDetail in interface CustomEvent
initCustomEventNS
public void initCustomEventNS(String namespaceURIArg,
String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Object detailArg)
- Initializes this custom event.
- Specified by:
initCustomEventNS in interface CustomEvent
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.