Interface DeployableMonitorListener
-
- All Known Implementing Classes:
AbstractDeployerMojo.DeployerListener,DeployerWatchdog
public interface DeployableMonitorListenerListener that is triggered when the deployment status of aDeployablechanges.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeployed()TheDeployablehas finished deploying.voidundeployed()TheDeployablehas finished undeploying.
-
-
-
Method Detail
-
deployed
void deployed()
TheDeployablehas finished deploying.
-
undeployed
void undeployed()
TheDeployablehas finished undeploying.
-
-