Uses of Interface
io.sockit.gameserver.SessionListenerFactory
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 SessionListenerFactory in io.sockit.gameserver
Methods in io.sockit.gameserver with parameters of type SessionListenerFactory Modifier and Type Method Description static void
Server. setSessionListenerFactory(SessionListenerFactory sessionListenerFactory)
Sets the sessionListenerFactory which will be used to create a SessionListener instance for each new Session.