*** This interface provides Binary Compatibility only, not Source Compatibility ***

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 Type
    Method
    Description
    void
    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. Use ServicesDeploymentEvent.getServicesDeploymentState() to read the state of the services deployment.
      Throws:
      RemoteException - if a network anomaly is encountered.