java.lang.Object
io.sf.carte.echosvg.dom.events.AbstractEvent
io.sf.carte.echosvg.dom.svg.SVGOMEvent
- All Implemented Interfaces:
- OriginalEvent,- Cloneable,- Event,- SVGEvent
This class provides an implementation of the SVGEvent interface.
- 
Field SummaryFields inherited from class io.sf.carte.echosvg.dom.events.AbstractEventbubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, typeFields inherited from interface org.w3c.dom.events.EventAT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class io.sf.carte.echosvg.dom.events.AbstractEventaddDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagationMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.w3c.dom.events.EventgetBubbles, getCancelable, getCurrentTarget, getEventPhase, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopPropagation
- 
Constructor Details- 
SVGOMEventpublic SVGOMEvent()
 
-