|
◆ setObservers()
Sets the observer proxies that receive notifications when the state of the registry or nodes changes.
- Parameters
-
registryObs | The registry observer. |
nodeObs | The node observer. |
appObs | The application observer. |
adptObs | The adapter observer. |
objObs | The object observer. |
- Exceptions
-
ObserverAlreadyRegisteredException | Thrown when an observer is already registered with this registry. |
|