org.apache.geronimo.kernel.config
Interface DeploymentWatcher


public interface DeploymentWatcher

Interface for receiving deployment notifications

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

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

Method Detail

deployed

public void deployed(Artifact id)

undeployed

public void undeployed(Artifact id)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.