Interface CloseListener<T extends Closeable,C extends ICloseType>

All Known Subinterfaces:
Connection.CloseListener, GenericCloseListener

public interface CloseListener<T extends Closeable,C extends ICloseType>
The listener, which is used to be notified, when Connection gets closed. While this interface is public, it's not intended for public consumption at this time. This interface will be changing in 3.0.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onClosed(T closeable, C type)