|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceEvent | |
---|---|
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 ServiceEvent in com.sas.services |
---|
Methods in com.sas.services with parameters of type ServiceEvent | |
---|---|
void |
ServiceProxy.notifyServiceObservers(ServiceEvent serviceEvent)
Notify all registered service observers of the specified service event. |
void |
AbstractRemoteService.notifyServiceObservers(ServiceEvent serviceEvent)
Notify all registered service observers of the specified service event. |
Uses of ServiceEvent in com.sas.services.mgmt |
---|
Methods in com.sas.services.mgmt with parameters of type ServiceEvent | |
---|---|
void |
ServiceRemoteObserverInterface.handleServiceEvent(ServiceEvent serviceEvent)
Provides an event notification to the service observer describing a change in the service. |
abstract void |
ServiceRemoteObserver.handleServiceEvent(ServiceEvent serviceEvent)
Provides an event notification to the service observer describing a change in the service. |
void |
ServiceObserverInterface.handleServiceEvent(ServiceEvent serviceEvent)
Provides an event notification to the service observer describing a change in the service. |
void |
ServiceNotificationBroadcasterInterface.notifyServiceObservers(ServiceEvent serviceEvent)
Notify all registered service observers of the specified service event. |
void |
ServiceNotificationBroadcaster.notifyServiceObservers(ServiceEvent serviceEvent)
Notify all registered service observers of the specified service event. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |