Package com.illumon.iris.controller
Interface ControllerHashtableServer.ClientDeathObserver
- Enclosing class:
- ControllerHashtableServer
public static interface ControllerHashtableServer.ClientDeathObserver
A listener to keep track of client status and take appropriate actions.
-
Method Summary
Modifier and Type Method Description void
handleClientDeath(ControllerHashtableServer controllerHashtableServer, com.fishlib.net.api.ClientEntry client)
-
Method Details
-
handleClientDeath
void handleClientDeath(ControllerHashtableServer controllerHashtableServer, com.fishlib.net.api.ClientEntry client)
-