ScriptingEventHandler
, ScriptingHandler
public 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, handleEvent
evaluateExpression, runScript, supportsScriptLanguage
ScriptingEngine newScriptingEngine(ScriptableDelegate child)
void clearCaches()
clearCaches
in interface ScriptingHandler