Interface DeploymentStateListener


public interface DeploymentStateListener
Listener for events in respect to deployment and undeployment.
  • Method Details

    • onDeployment

      void onDeployment(DeploymentStateEventDeployed event)
      Called when a deployment completed
      Parameters:
      event - deployment information
    • onUndeployment

      void onUndeployment(DeploymentStateEventUndeployed event)
      Called when an undeployment completed
      Parameters:
      event - undeployment information