Uses of Interface
org.apache.commons.configuration2.io.FileHandlerListener
-
Packages that use FileHandlerListener Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects.org.apache.commons.configuration2.io A package with classes related to I/O operations. -
-
Uses of FileHandlerListener in org.apache.commons.configuration2.builder
Classes in org.apache.commons.configuration2.builder that implement FileHandlerListener Modifier and Type Class Description (package private) class
AutoSaveListener
A listener class implementing an auto save mechanism for file-based configurations. -
Uses of FileHandlerListener in org.apache.commons.configuration2.io
Classes in org.apache.commons.configuration2.io that implement FileHandlerListener Modifier and Type Class Description class
FileHandlerListenerAdapter
An adapter class simplifying the implementation of customFileHandlerListener
classes.Fields in org.apache.commons.configuration2.io with type parameters of type FileHandlerListener Modifier and Type Field Description private java.util.List<FileHandlerListener>
FileHandler. listeners
A collection with the registered listeners.Methods in org.apache.commons.configuration2.io with parameters of type FileHandlerListener Modifier and Type Method Description void
FileHandler. addFileHandlerListener(FileHandlerListener l)
Adds a listener to thisFileHandler
.void
FileHandler. removeFileHandlerListener(FileHandlerListener l)
Removes the specified listener from this object.
-