com.test.script
Class EventListenerInitializerImpl

java.lang.Object
com.test.script.EventListenerInitializerImpl
- All Implemented Interfaces:
- org.w3c.dom.svg.EventListenerInitializer
- public class EventListenerInitializerImpl
- extends java.lang.Object
- implements org.w3c.dom.svg.EventListenerInitializer
This class implements the EventListenerInitializer interface.
- Version:
- $Id: EventListenerInitializerImpl.java,v 1.3 2005/04/01 02:28:11 deweese Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventListenerInitializerImpl
public EventListenerInitializerImpl()
initializeEventListeners
public void initializeEventListeners(org.w3c.dom.svg.SVGDocument doc)
- This method is called by the SVG viewer
when the scripts are loaded to register
the listener needed.
- Specified by:
initializeEventListeners in interface org.w3c.dom.svg.EventListenerInitializer