package org.apache.batik.dom.xbl; import org.w3c.dom.events.Event; public interface OriginalEvent { Event getOriginalEvent(); }