org.codehaus.cargo.maven2
Class DeployerDeployMojo.DeployerListener
java.lang.Object
org.codehaus.cargo.maven2.DeployerDeployMojo.DeployerListener
- All Implemented Interfaces:
- DeployableMonitorListener
- Enclosing class:
- DeployerDeployMojo
public class DeployerDeployMojo.DeployerListener
- extends Object
- implements DeployableMonitorListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployerDeployMojo.DeployerListener
public DeployerDeployMojo.DeployerListener(Deployable deployable)
deployed
public void deployed()
- Description copied from interface:
DeployableMonitorListener
- The
Deployable
has finished deploying.
- Specified by:
deployed
in interface DeployableMonitorListener
undeployed
public void undeployed()
- Description copied from interface:
DeployableMonitorListener
- The
Deployable
has finished undeploying.
- Specified by:
undeployed
in interface DeployableMonitorListener
Copyright © 2004-2012 Codehaus. All Rights Reserved.