Interface ServerLoginHandler


public interface ServerLoginHandler
Interface for handling a session logging in to a server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    loggedIn(Session session)
    Called when a session completes the initial login process and is now in the ProtocolState.GAME.
  • Method Details

    • loggedIn

      void loggedIn(Session session)
      Called when a session completes the initial login process and is now in the ProtocolState.GAME.
      Parameters:
      session - Session that logged in.