org.apache.batik.bridge

Class ScriptingEnvironment.ScriptingEventListener

protected class ScriptingEnvironment.ScriptingEventListener extends Object implements EventListener

To handle a scripting event.
Field Summary
protected Stringattribute
The script attribute.
Constructor Summary
ScriptingEventListener(String attr)
Creates a new ScriptingEventListener.
Method Summary
voidhandleEvent(Event evt)
Runs the script.

Field Detail

attribute

protected String attribute
The script attribute.

Constructor Detail

ScriptingEventListener

public ScriptingEventListener(String attr)
Creates a new ScriptingEventListener.

Method Detail

handleEvent

public void handleEvent(Event evt)
Runs the script.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.