summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGEvent.java
blob: 709807923d8789d97f3f3e009c9ea73b072dffe8 (plain) (blame)
1
2
3
4
5
6
7
8

package org.w3c.dom.svg;

import org.w3c.dom.events.Event;

public interface SVGEvent extends 
               Event {
}