org.apache.batik.bridge
Class ScriptingEnvironment.ScriptingEventListener
java.lang.Object
org.apache.batik.bridge.ScriptingEnvironment.ScriptingEventListener
- All Implemented Interfaces:
- EventListener
- Enclosing class:
- ScriptingEnvironment
protected class ScriptingEnvironment.ScriptingEventListener
- extends Object
- implements EventListener
To handle a scripting event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected String attribute
- The script attribute.
ScriptingEnvironment.ScriptingEventListener
public ScriptingEnvironment.ScriptingEventListener(String attr)
- Creates a new ScriptingEventListener.
handleEvent
public void handleEvent(Event evt)
- Runs the script.
- Specified by:
handleEvent
in interface EventListener
- Parameters:
evt
- The Event
contains contextual information
about the event.
Copyright © 2017 Apache Software Foundation. All Rights Reserved.