1 2 package org.w3c.dom.svg;3 4 import org.w3c.dom.events.Event ;5 6 public interface SVGEvent extends 7 Event {8 }9