An adapter class simplifying the implementation of custom {@code FileHandlerListener} classes.
This class provides empty dummy implementations for all methods defined by the {@code FileHandlerListener} interface. Custom listener implementationscan extend this adapter class and override only the methods they actually need.
@version $Id: FileHandlerListenerAdapter.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|