Class Constants

java.lang.Object
  extended byConstants

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.


Field Summary
(package private) static int BEGIN_PROGRAM
          Program flow states
(package private) static int DEBUG
           
(package private) static int ENTER_LECTURE_CODE
           
(package private) static int ENTER_PASSWORD
           
(package private) static int FAILED_LOGIN
           
(package private) static int LOGGED_IN
           
(package private) static int MAX_NUMBER_OF_FIELDS_IN_MSG
           
(package private) static int MAX_STRINGS_IN_BUFFER
           
(package private) static int PROT_ENDED_STEP1
           
(package private) static int PROT_ENDED_STEP2
           
(package private) static int PROT_STARTED_STEP1
          States of the protocol
(package private) static int PROT_STARTED_STEP2
           
(package private) static int QUESTION_ANSWERED
           
(package private) static int QUESTION_POSED
           
(package private) static int READY_FOR_LOGIN
           
(package private) static int SAMPLE_RATE
           
(package private) static int SCREEN_OFFSET
           
(package private) static int SCREENSTATE_ENDGAME
           
(package private) static int SCREENSTATE_IDLE
           
(package private) static int SCREENSTATE_QUESTION_POPPER
           
(package private) static int SCREENSTATE_RESULTS
           
(package private) static java.lang.String SERVER_ADDRESS
           
(package private) static int STD_HOLD_SCREEN_MILLISECONDS
           
(package private) static int USER_NOT_FOUND
           
(package private) static int WAITING_FOR_CONNECTION
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Constants

public Constants()