protected class ScriptingEnvironment.ScriptingEventListener
extends java.lang.Object
implements org.w3c.dom.events.EventListener
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
attribute
The script attribute.
|
| Constructor and Description |
|---|
ScriptingEventListener(java.lang.String attr)
Creates a new ScriptingEventListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(org.w3c.dom.events.Event evt)
Runs the script.
|