org.apache.batik.dom.xbl
Interface OriginalEvent

All Known Implementing Classes:
AbstractEvent, DOMCustomEvent, DOMEvent, DOMKeyboardEvent, DOMKeyEvent, DOMMouseEvent, DOMMutationEvent, DOMMutationNameEvent, DOMTextEvent, DOMTimeEvent, DOMUIEvent

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
 Event getOriginalEvent()
          Gets the event from which this event was cloned.
 

Method Detail

getOriginalEvent

Event getOriginalEvent()
Gets the event from which this event was cloned.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.