Class Context

java.lang.Object
it.polimi.ingsw.Client.GUI.Context

public class Context extends Object
Context holds the information needed to relate the player, the server connection and the player's personal graphical representation.
  • Field Details

  • Constructor Details

    • Context

      public Context()
  • Method Details

    • getWindow

      public Window getWindow()
    • setWindow

      public void setWindow(Window window)
    • getSocketWrapper

      public SocketWrapper getSocketWrapper()
    • setSocketWrapper

      public void setSocketWrapper(SocketWrapper socketWrapper)
    • getNickname

      public String getNickname()
    • setNickname

      public void setNickname(String nickname)