Package org.glassfish.grizzly
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 declareCloseListenerwith parameter types. This interface will not be present in 3.0. In 3.0, it will be required that all close listeners implementCloseListenerwithout generic arguments.- Since:
- 2.3
-
-
Method Summary
-
Methods inherited from interface org.glassfish.grizzly.CloseListener
onClosed
-
-