public interface ScriptEngineFactoryObserver
Modifier and Type | Method and Description |
---|---|
void |
addingEntries(ScriptEngineFactory factory)
Called when a
ScriptEngineFactory gets started. |
void |
removingEntries(ScriptEngineFactory factory)
Called when a
ScriptEngineFactory gets stopped. |
void addingEntries(ScriptEngineFactory factory) throws ScriptException
ScriptEngineFactory
gets started.factory
- started ScriptEngineFactoryScriptException
void removingEntries(ScriptEngineFactory factory) throws ScriptException
ScriptEngineFactory
gets stopped.factory
- stopped ScriptEngineFactoryScriptException
Copyright © 2025 Open Identity Platform Community. All rights reserved.