Class FileHandlerListenerAdapter

java.lang.Object
org.apache.commons.configuration2.io.FileHandlerListenerAdapter
All Implemented Interfaces:
FileHandlerListener

public class FileHandlerListenerAdapter extends Object implements FileHandlerListener

An adapter class simplifying the implementation of custom FileHandlerListener classes.

This class provides empty dummy implementations for all methods defined by the FileHandlerListener interface. Custom listener implementations can extend this adapter class and override only the methods they actually need.

Since:
2.0