org.codehaus.cargo.container.deployer
Interface DeployableMonitorListener

All Known Implementing Classes:
DeployerWatchdog

public interface DeployableMonitorListener

Listener that is triggered when the deployment status of a Deployable changes.

Version:
$Id: DeployableMonitorListener.java 1705 2008-09-02 13:14:55Z adriana $

Method Summary
 void deployed()
          The Deployable has finished deploying.
 void undeployed()
          The Deployable has finished undeploying.
 

Method Detail

deployed

void deployed()
The Deployable has finished deploying.


undeployed

void undeployed()
The Deployable has finished undeploying.



Copyright © 2004-2011 Codehaus. All Rights Reserved.