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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.events.Event
getOriginalEvent()
Gets the event from which this event was cloned.
-