org.apache.geronimo.kernel.config
Interface DeploymentWatcher


public interface DeploymentWatcher

Interface for receiving deployment notifications

Version:
$Rev: 476049 $ $Date: 2006-11-17 12:35:17 +0800 (Fri, 17 Nov 2006) $

Method Summary
 void deployed(Artifact id)
           
 void undeployed(Artifact id)
           
 

Method Detail

deployed

void deployed(Artifact id)

undeployed

void undeployed(Artifact id)


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.