Class Constants
java.lang.Object
Constants
- public abstract class Constants
- extends java.lang.Object
Constants are kept in this class to have them accessible for easy change.
Created by IntelliJ IDEA.
User: ofsdahl
Date: 16.jan.2007
Time: 14:17:43
To change this template use File | Settings | File Templates.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEGIN_PROGRAM
static final int BEGIN_PROGRAM
- Program flow states
- See Also:
- Constant Field Values
ENTER_PASSWORD
static final int ENTER_PASSWORD
- See Also:
- Constant Field Values
ENTER_LECTURE_CODE
static final int ENTER_LECTURE_CODE
- See Also:
- Constant Field Values
READY_FOR_LOGIN
static final int READY_FOR_LOGIN
- See Also:
- Constant Field Values
LOGGED_IN
static final int LOGGED_IN
- See Also:
- Constant Field Values
QUESTION_POSED
static final int QUESTION_POSED
- See Also:
- Constant Field Values
USER_NOT_FOUND
static final int USER_NOT_FOUND
- See Also:
- Constant Field Values
WAITING_FOR_CONNECTION
static final int WAITING_FOR_CONNECTION
- See Also:
- Constant Field Values
QUESTION_ANSWERED
static final int QUESTION_ANSWERED
- See Also:
- Constant Field Values
FAILED_LOGIN
static final int FAILED_LOGIN
- See Also:
- Constant Field Values
DEBUG
static final int DEBUG
- See Also:
- Constant Field Values
PROT_STARTED_STEP1
static final int PROT_STARTED_STEP1
- States of the protocol
- See Also:
- Constant Field Values
PROT_STARTED_STEP2
static final int PROT_STARTED_STEP2
- See Also:
- Constant Field Values
PROT_ENDED_STEP1
static final int PROT_ENDED_STEP1
- See Also:
- Constant Field Values
PROT_ENDED_STEP2
static final int PROT_ENDED_STEP2
- See Also:
- Constant Field Values
MAX_NUMBER_OF_FIELDS_IN_MSG
static final int MAX_NUMBER_OF_FIELDS_IN_MSG
- See Also:
- Constant Field Values
SAMPLE_RATE
static final int SAMPLE_RATE
- See Also:
- Constant Field Values
MAX_STRINGS_IN_BUFFER
static final int MAX_STRINGS_IN_BUFFER
- See Also:
- Constant Field Values
STD_HOLD_SCREEN_MILLISECONDS
static final int STD_HOLD_SCREEN_MILLISECONDS
- See Also:
- Constant Field Values
SCREEN_OFFSET
static final int SCREEN_OFFSET
- See Also:
- Constant Field Values
SCREENSTATE_IDLE
static final int SCREENSTATE_IDLE
- See Also:
- Constant Field Values
SCREENSTATE_QUESTION_POPPER
static final int SCREENSTATE_QUESTION_POPPER
- See Also:
- Constant Field Values
SCREENSTATE_RESULTS
static final int SCREENSTATE_RESULTS
- See Also:
- Constant Field Values
SCREENSTATE_ENDGAME
static final int SCREENSTATE_ENDGAME
- See Also:
- Constant Field Values
SERVER_ADDRESS
static final java.lang.String SERVER_ADDRESS
- See Also:
- Constant Field Values
Constants
public Constants()