Package org.apache.batik.dom.xbl
Interface OriginalEvent
- All Known Implementing Classes:
AbstractEvent
,DOMCustomEvent
,DOMEvent
,DOMKeyboardEvent
,DOMKeyEvent
,DOMMouseEvent
,DOMMutationEvent
,DOMMutationNameEvent
,DOMTextEvent
,DOMTimeEvent
,DOMUIEvent
,SVGOMEvent
,SVGOMWheelEvent
,XBLOMShadowTreeEvent
public interface OriginalEvent
Interface implemented by Event objects usable in an XBL processing
document.
Eventually will move to org.w3c.dom.xbl (or some such package).
- Version:
- $Id: OriginalEvent.java 1733416 2016-03-03 07:07:13Z gadams $
-
Method Summary
Modifier and TypeMethodDescriptionGets the event from which this event was cloned.
-
Method Details
-
getOriginalEvent
Event getOriginalEvent()Gets the event from which this event was cloned.
-