org.netbeans.modules.j2eeserver/4 1.55.0 1

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(FileObject added)
          A configuration file has been created.
 void fileDeleted(FileObject removed)
          A configuration file has been removed.
 

Method Detail

fileCreated

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

Parameters:
added - the newly created configuration file.

fileDeleted

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

Parameters:
removed - the removed configuration file.

org.netbeans.modules.j2eeserver/4 1.55.0 1

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.