Class ClientModel
java.lang.Object
ClientModel
public class ClientModel
- extends java.lang.Object
This is the ClientModel that creates and starts the application
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ILLUSTRATOR
public static final int ILLUSTRATOR
- See Also:
- Constant Field Values
ASSISTANT
public static final int ASSISTANT
- See Also:
- Constant Field Values
IN_WAITROOM
public static final int IN_WAITROOM
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
DRAW
public static final int DRAW
- See Also:
- Constant Field Values
ERASE
public static final int ERASE
- See Also:
- Constant Field Values
COLOR_CHANGE
public static final int COLOR_CHANGE
- See Also:
- Constant Field Values
SIZE_CHANGE
public static final int SIZE_CHANGE
- See Also:
- Constant Field Values
LOGIN
public static final int LOGIN
- See Also:
- Constant Field Values
LOGOUT
public static final int LOGOUT
- See Also:
- Constant Field Values
CREATE
public static final int CREATE
- See Also:
- Constant Field Values
JOIN
public static final int JOIN
- See Also:
- Constant Field Values
START
public static final int START
- See Also:
- Constant Field Values
STOP
public static final int STOP
- See Also:
- Constant Field Values
ANSWER
public static final int ANSWER
- See Also:
- Constant Field Values
NEXT_STEP
public static final int NEXT_STEP
- See Also:
- Constant Field Values
LEAVE_GAME
public static final int LEAVE_GAME
- See Also:
- Constant Field Values
END_SESSION
public static final int END_SESSION
- See Also:
- Constant Field Values
GAME_INFO
public static final int GAME_INFO
- See Also:
- Constant Field Values
ROOM_FULL
public static final int ROOM_FULL
- See Also:
- Constant Field Values
REQUEST_TOPIC
public static final int REQUEST_TOPIC
- See Also:
- Constant Field Values
CHAT
public static final int CHAT
- See Also:
- Constant Field Values
ADD_USER
public static final int ADD_USER
- See Also:
- Constant Field Values
NEW_ILLUSTRATOR
public static final int NEW_ILLUSTRATOR
- See Also:
- Constant Field Values
DEFAULT_IP
public static final java.lang.String DEFAULT_IP
- See Also:
- Constant Field Values
DEFAULT_PORT
public static final java.lang.String DEFAULT_PORT
- See Also:
- Constant Field Values
ClientModel
public ClientModel()
main
public static void main(java.lang.String[] args)