ScriptingEventHandler, ScriptingHandlerpublic interface ScriptingEngine extends ScriptingHandler
| Modifier and Type | Method | Description |
|---|---|---|
void |
clearCaches() |
Clears any cached values, permitting them to be recomputed as needed.
|
ScriptingEngine |
newScriptingEngine(ScriptableDelegate child) |
Returns a new scripting engine for the specified delegate.
|
doEvent, doEventScript, handleEventevaluateExpression, runScript, supportsScriptLanguageScriptingEngine newScriptingEngine(ScriptableDelegate child)
void clearCaches()
clearCaches in interface ScriptingHandler