public interface DeploymentStateListener
Modifier and Type | Method and Description |
---|---|
void |
onDeployment(DeploymentStateEventDeployed event)
Called when a deployment completed
|
void |
onUndeployment(DeploymentStateEventUndeployed event)
Called when an undeployment completed
|
void onDeployment(DeploymentStateEventDeployed event)
event
- deployment informationvoid onUndeployment(DeploymentStateEventUndeployed event)
event
- undeployment informationCopyright © 2005–2018. All rights reserved.