Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.test.script
Class EventListenerInitializerImpl  view EventListenerInitializerImpl download EventListenerInitializerImpl.java

java.lang.Object
  extended bycom.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 $

Constructor Summary
EventListenerInitializerImpl()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventListenerInitializerImpl

public EventListenerInitializerImpl()
Method Detail

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