org.codehaus.cargo.maven2
Class DeployerDeployMojo.DeployerListener

java.lang.Object
  extended by org.codehaus.cargo.maven2.DeployerDeployMojo.DeployerListener
All Implemented Interfaces:
DeployableMonitorListener
Enclosing class:
DeployerDeployMojo

public class DeployerDeployMojo.DeployerListener
extends Object
implements DeployableMonitorListener


Constructor Summary
DeployerDeployMojo.DeployerListener(Deployable deployable)
           
 
Method Summary
 void deployed()
          The Deployable has finished deploying.
 void undeployed()
          The Deployable has finished undeploying.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerDeployMojo.DeployerListener

public DeployerDeployMojo.DeployerListener(Deployable deployable)
Method Detail

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.