Uses of Interface
org.jconfig.event.FileListener

Packages that use FileListener
org.jconfig   
org.jconfig.handler   
 

Uses of FileListener in org.jconfig
 

Methods in org.jconfig that return FileListener
 FileListener[] URLFileWatcher.getFileListeners()
          Retrieve an array of FileListeners.
 FileListener[] FileWatcher.getFileListeners()
          Retrieve an array of FileListeners.
 

Methods in org.jconfig with parameters of type FileListener
 void URLFileWatcher.addFileListener(FileListener fileListener)
          Adds FileListener
 void ConfigurationManager.addFileListener(java.lang.String configName, FileListener fl)
           
 void FileWatcher.addFileListener(FileListener fileListener)
          Adds FileListener
 

Uses of FileListener in org.jconfig.handler
 

Classes in org.jconfig.handler that implement FileListener
 class AbstractHandler
           
 class BaseXMLHandler
          This class is used internally to save a configuration to a file.
 class ConfigServerHandler
           
 class InputStreamHandler
          This class is an implementation of the ConfigurationHandler interface.
 class PropertiesFileHandler
          The PropertiesFileHandler can read a java-properties file and store all entries inside the default category (general) with the given property name and value.
 class URLHandler
          This class will read the content from an URL and generate the properties.
 class XMLFileHandler
          This class is nearly the same as the InputStreamHandler beside that it takes a file and not the filename.
 

Methods in org.jconfig.handler with parameters of type FileListener
 void AbstractHandler.addFileListener(FileListener fileListener)
          Method addFileListener.
 void URLHandler.addFileListener(FileListener fileListener)
           
 



Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.