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