*** This interface provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.deployment
Interface ServicesDeploymentEventListenerInterface
@SASScope("ALL")
@BinaryCompatibilityOnly
public interface ServicesDeploymentEventListenerInterface
Interface that a listener must implement in order to be notified of service
deployment state transitions.
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleServicesDeploymentEvent(ServicesDeploymentEvent servicesDeploymentEvent) Handler which is invoked with an event describing a change in the status of the foundation services deployment.
-
Method Details
-
handleServicesDeploymentEvent
void handleServicesDeploymentEvent(ServicesDeploymentEvent servicesDeploymentEvent) throws RemoteException Handler which is invoked with an event describing a change in the status of the foundation services deployment.- Parameters:
servicesDeploymentEvent- Event describing a state transition for the foundation services deployment. UseServicesDeploymentEvent.getServicesDeploymentState()to read the state of the services deployment.- Throws:
RemoteException- if a network anomaly is encountered.
-