From 65f0e5e2c221ded631876b60e1caed767a298aaa Mon Sep 17 00:00:00 2001 From: kitfox Date: Fri, 13 Apr 2007 17:20:05 +0000 Subject: Switching to W3C's Java binding. git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@25 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- .../com/kitfox/salamander/svg/script/SVGEvent.java | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 src/main/java/com/kitfox/salamander/svg/script/SVGEvent.java (limited to 'src/main/java/com/kitfox/salamander/svg/script/SVGEvent.java') diff --git a/src/main/java/com/kitfox/salamander/svg/script/SVGEvent.java b/src/main/java/com/kitfox/salamander/svg/script/SVGEvent.java deleted file mode 100644 index 6cdf85b..0000000 --- a/src/main/java/com/kitfox/salamander/svg/script/SVGEvent.java +++ /dev/null @@ -1,70 +0,0 @@ -/* - * SVGEvent.java - * - * Created on April 13, 2007, 11:44 AM - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. - */ - -package com.kitfox.salamander.svg.script; - -import com.kitfox.salamander.svg.basic.SVGElement; -import org.w3c.dom.events.Event; - -/** - * - * The SVG event set contains a list of special event types which are available in SVG. - * - * A DOM consumer can use the hasFeature of the DOMImplementation interface to determine whether the SVG event set has been implemented by a DOM implementation. The feature string for this event set is "SVGEvents". This string is also used with the createEvent method. - * - * The SVG events use the base DOM Event interface to pass contextual information. - * - * The different types of such events that can occur are: - * - * SVGLoad - * See SVGLoad event. - * - * * Bubbles: No - * * Cancelable: No - * * Context Info: None - * - * SVGUnload - * See SVGUnload event. - * - * * Bubbles: No - * * Cancelable: No - * * Context Info: None - * - * SVGAbort - * See SVGAbort event. - * - * * Bubbles: Yes - * * Cancelable: No - * * Context Info: None - * - * SVGError - * See SVGError event. - * - * * Bubbles: Yes - * * Cancelable: No - * * Context Info: None - * - * SVGResize - * See SVGResize event. - * - * * Bubbles: Yes - * * Cancelable: No - * * Context Info: None - * - * SVGScroll - * See SVGScroll event. - * - * * Bubbles: Yes - * * Cancelable: No - * * Context Info: None - * @author kitfox - */ -public interface SVGEvent extends Event -{ -} -- cgit v1.2.3-55-g7522