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 ScriptEngineFactoryScriptException
void removeSourceUnit(SourceUnit unit) throws ScriptException
SourceUnit
gets stopped.unit
- stopped ScriptEngineFactoryScriptException
Copyright © 2025 Open Identity Platform Community. All rights reserved.