Uses of Class
com.sas.services.mgmt.ServiceEvent
Packages that use ServiceEvent
Package
Description
SAS Foundation Services.
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 ServiceEventModifier and TypeMethodDescriptionfinal voidAbstractRemoteService.notifyServiceObservers(ServiceEvent serviceEvent) Notify all registered service observers of the specified service event.final voidServiceProxy.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 ServiceEventModifier and TypeMethodDescriptionvoidServiceObserverInterface.handleServiceEvent(ServiceEvent serviceEvent) Provides an event notification to the service observer describing a change in the service.abstract voidServiceRemoteObserver.handleServiceEvent(ServiceEvent serviceEvent) Provides an event notification to the service observer describing a change in the service.voidServiceRemoteObserverInterface.handleServiceEvent(ServiceEvent serviceEvent) Provides an event notification to the service observer describing a change in the service.final voidServiceNotificationBroadcaster.notifyServiceObservers(ServiceEvent serviceEvent) Notify all registered service observers of the specified service event.voidServiceNotificationBroadcasterInterface.notifyServiceObservers(ServiceEvent serviceEvent) Notify all registered service observers of the specified service event.