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

Quick Search    Search Deep

org.apache.batik.bridge
Class IWasLoaded  view IWasLoaded download IWasLoaded.java

java.lang.Object
  extended byorg.apache.batik.bridge.IWasLoaded
All Implemented Interfaces:
org.apache.batik.script.ScriptHandler

public class IWasLoaded
extends java.lang.Object
implements org.apache.batik.script.ScriptHandler

If this script is loaded by jarCheckNoLoad.svg, it will mark the test result as failed.

Version:
$Id: IWasLoaded.java,v 1.3 2004/08/18 07:16:02 vhardy Exp $

Constructor Summary
IWasLoaded()
           
 
Method Summary
 void run(org.w3c.dom.Document document, org.apache.batik.script.Window win)
          Runs this handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IWasLoaded

public IWasLoaded()
Method Detail

run

public void run(org.w3c.dom.Document document,
                org.apache.batik.script.Window win)
Description copied from interface: org.apache.batik.script.ScriptHandler
Runs this handler. This method is called by the SVG viewer when the scripts are loaded.

Specified by:
run in interface org.apache.batik.script.ScriptHandler