- java.lang.Object
-
- dev.bitbite.networking.IOHandlerListener
-
- dev.bitbite.networking.ClientCloseListener
-
public class ClientCloseListener extends IOHandlerListener
-
-
Constructor Summary
Constructors Constructor Description ClientCloseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonCloseEnd()Will be called once the streams have been closed-
Methods inherited from class dev.bitbite.networking.IOHandlerListener
onCloseFailed, onCloseStart, onDataReadEnd, onDataReadFailed, onDataReadStart, onWrite, onWriteEnd, onWriteFailed
-
-
-
-
Method Detail
-
onCloseEnd
public void onCloseEnd()
Description copied from class:IOHandlerListenerWill be called once the streams have been closed- Overrides:
onCloseEndin classIOHandlerListener
-
-