org.netbeans.modules.j2ee.deployment.devmodules.api
Interface ModuleListener


public interface ModuleListener

Notifies about changes in the set of modules contained in the application.


Method Summary
 void addModule(J2eeModule module)
          Module was added to the module container
 void removeModule(J2eeModule module)
          Module was removed from the module container
 

Method Detail

addModule

void addModule(J2eeModule module)
Module was added to the module container


removeModule

void removeModule(J2eeModule module)
Module was removed from the module container


 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.