|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScriptListener
Allows an object to get notified about start of scripts and exits of scripts.
| Method Summary | |
|---|---|
void |
scriptExited(FrinikaScript script,
java.lang.Object returnValue)
Invoked when the specified script has exited. |
void |
scriptStarted(FrinikaScript script)
Invoked when the specified script has started. |
| Method Detail |
|---|
void scriptStarted(FrinikaScript script)
script - script which just started to be executed by the script engine
void scriptExited(FrinikaScript script,
java.lang.Object returnValue)
script - script which just exited from execution by the script enginereturnValue - a returnValue of null indicates that the script exited with an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||