org.netbeans.modules.j2ee.deployment.devmodules.spi
Interface ConfigurationFilesListener


public interface ConfigurationFilesListener

Listener to existency change of configuration files in a J2EE module provider project. Possible configuration file list for a module provider consists of configuration files for the J2EE module type from all registered server platforms.


Method Summary
 void fileCreated(org.openide.filesystems.FileObject added)
          A configuration file has been created.
 void fileDeleted(org.openide.filesystems.FileObject removed)
          A configuration file has been removed.
 

Method Detail

fileCreated

void fileCreated(org.openide.filesystems.FileObject added)
A configuration file has been created.

Parameters:
added - the newly created configuration file.

fileDeleted

void fileDeleted(org.openide.filesystems.FileObject removed)
A configuration file has been removed.

Parameters:
added - the newly removed configuration file.

 

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