Package io.sockit.gameserver
Interface SessionListenerFactory
public interface SessionListenerFactory
This interface represents a factory for creating an Session Listeners.
-
Method Summary
Modifier and Type Method Description SessionListener
getSessionListener()
Factory method to get a SessionListener for a new session to handle the session events of a client session.
-
Method Details
-
getSessionListener
SessionListener getSessionListener()Factory method to get a SessionListener for a new session to handle the session events of a client session.- Returns:
- SessionListener - a SessionListener instance
-