protected class ScriptingEnvironment.ScriptingEventListener extends java.lang.Object implements EventListener
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
attribute
The script attribute.
|
Constructor and Description |
---|
ScriptingEnvironment.ScriptingEventListener(java.lang.String attr)
Creates a new ScriptingEventListener.
|
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(Event evt)
Runs the script.
|
public ScriptingEnvironment.ScriptingEventListener(java.lang.String attr)
public void handleEvent(Event evt)
handleEvent
in interface EventListener
evt
- The Event
contains contextual information
about the event.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.