Interface IDisconnectedListener

All Known Implementing Classes:
FloodValidator, GameServerManager

public interface IDisconnectedListener
This interface provides a callback notification for disconnected clients.
Author:
miguel
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDisconnect​(Channel channel)
    This method is called when a connection is closed.
  • Method Details

    • onDisconnect

      void onDisconnect(Channel channel)
      This method is called when a connection is closed.
      Parameters:
      channel - the channel that was closed.