All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cnctInfoSocket.cnctInfoGame

java.lang.Object
   |
   +----cnctInfoSocket.cnctInfoGame

public class cnctInfoGame
extends Object

Variable Index

 o BLACK
 o DONE
 o gameNumber
 o NOTHING
 o RUNNING
 o size
 o status
 o WAITING
 o WHITE
 o winner

Constructor Index

 o cnctInfoGame()
 o cnctInfoGame(int, int)

Method Index

 o getGameNumber()
 o getSize()
 o getStatus()
 o getStatusString()
 o getWinner()
 o getWinnerString()
 o setGameNumber(int)
 o setSize(int)
 o setStatus(String)
 o setWinner(String)

Variables

 o gameNumber
 private int gameNumber
 o status
 private int status
 o winner
 private int winner
 o size
 private int size
 o RUNNING
 public static final int RUNNING
 o WAITING
 public static final int WAITING
 o DONE
 public static final int DONE
 o BLACK
 public static final int BLACK
 o WHITE
 public static final int WHITE
 o NOTHING
 public static final int NOTHING

Constructors

 o cnctInfoGame
 public cnctInfoGame()
 o cnctInfoGame
 public cnctInfoGame(int _number,
                     int _status)

Methods

 o getGameNumber
 public int getGameNumber()
 o setGameNumber
 public void setGameNumber(int number)
 o getStatus
 public int getStatus()
 o getStatusString
 public String getStatusString()
 o setStatus
 public boolean setStatus(String stat)
 o getWinner
 public int getWinner()
 o getWinnerString
 public String getWinnerString()
 o setWinner
 public boolean setWinner(String col)
 o getSize
 public int getSize()
 o setSize
 public void setSize(int _size)

All Packages  Class Hierarchy  This Package  Previous  Next  Index