|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use ServiceRemoteObserverInterface | |
|---|---|
| com.sas.services | SAS Foundation Services. |
| com.sas.services.mgmt | A listener may be registered with a SAS Foundation Service to be notified of service life cycle events. |
| Uses of ServiceRemoteObserverInterface in com.sas.services |
|---|
| Methods in com.sas.services with parameters of type ServiceRemoteObserverInterface | |
|---|---|
void |
ServiceProxy.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Adds a service observer. |
void |
AbstractRemoteService.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Adds a service observer. |
void |
ServiceProxy.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Removes a service observer. |
void |
AbstractRemoteService.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Removes a service observer. |
| Uses of ServiceRemoteObserverInterface in com.sas.services.mgmt |
|---|
| Methods in com.sas.services.mgmt with parameters of type ServiceRemoteObserverInterface | |
|---|---|
void |
ServiceNotificationBroadcasterInterface.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Adds a platform service observer. |
void |
ServiceNotificationBroadcaster.addServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Adds a service observer. |
void |
ServiceNotificationBroadcasterInterface.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Removes a platform service observer. |
void |
ServiceNotificationBroadcaster.removeServiceObserver(ServiceRemoteObserverInterface serviceObserver)
Removes a service observer. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||