Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

EventListenerInitializer Interface Reference

List of all members.


Detailed Description

This interface must be implemented in order to call Java code from an SVG document.

A EventListenerInitializer instance is called when a 'script' element's 'type' attribute value is 'application/java-archive' and when the manifest of the jar file referenced by the 'xlink:href' attribute contains a 'SVG-Handler-Class' entry. The value of this entry must be the classname of the EventListenerInitializer to call.

This classes implementing this interface must have a default constructor.

Version:
Id
EventListenerInitializer.java 477018 2006-11-20 03:24:32Z mrglavas

Public Member Functions

void initializeEventListeners (SVGDocument doc)
 This method is called by the SVG viewer when the scripts are loaded to register the listener needed.

Member Function Documentation

void initializeEventListeners ( SVGDocument  doc  ) 

This method is called by the SVG viewer when the scripts are loaded to register the listener needed.

Parameters:
doc The current document.