public interface ScriptListener
extends java.util.EventListener
addScriptListener
method. When a script event
occurs, that object's scriptAction
method is
invoked.ScriptEvent
Modifier and Type | Method and Description |
---|---|
void |
scriptAction(ScriptEvent e)
Invoked when a script event occurs.
|
void scriptAction(ScriptEvent e)