Uses of Interface
io.sockit.gameserver.SessionListener
Package | Description |
---|---|
io.sockit.gameserver |
This is the core package for the Sockit Multiplayer Game (Server) Engine and provides the classes necessary to implement the server side of a multiplayer turn based game.
|
-
Uses of SessionListener in io.sockit.gameserver
Methods in io.sockit.gameserver that return SessionListener Modifier and Type Method Description SessionListener
SessionListenerFactory. getSessionListener()
Factory method to get a SessionListener for a new session to handle the session events of a client session.