public interface SourceUnitObserver
| Modifier and Type | Method and Description |
|---|---|
void |
addSourceUnit(SourceUnit unit)
Called when a
SourceUnit gets started. |
void |
removeSourceUnit(SourceUnit unit)
Called when a
SourceUnit gets stopped. |
void addSourceUnit(SourceUnit unit) throws ScriptException
SourceUnit gets started.unit - started ScriptEngineFactoryScriptExceptionvoid removeSourceUnit(SourceUnit unit) throws ScriptException
SourceUnit gets stopped.unit - stopped ScriptEngineFactoryScriptExceptionCopyright © 2025 Open Identity Platform Community. All rights reserved.