Interface ServerLoginHandler
public interface ServerLoginHandler
Interface for handling a session logging in to a server.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when a session completes the initial login process and is now in theProtocolState.GAME.
-
Method Details
-
loggedIn
Called when a session completes the initial login process and is now in theProtocolState.GAME.- Parameters:
session- Session that logged in.
-