Interface GenericCloseListener

All Superinterfaces:
CloseListener<Closeable,CloseType>

@Deprecated public interface GenericCloseListener extends CloseListener<Closeable,CloseType>
Deprecated.
This interface was added to 2.3 to avoid having to declare CloseListener with parameter types. This interface will not be present in 3.0. In 3.0, it will be required that all close listeners implement CloseListener without generic arguments.
Since:
2.3