org.apache.batik.dom.xbl
Interface OriginalEvent

All Known Implementing Classes:
AbstractEvent

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).


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

Method Detail

getOriginalEvent

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



Copyright © 2009 Apache Software Foundation. All Rights Reserved.