equip.mope
Class QueueMsg

java.lang.Object
  |
  +--equip.mope.QueueMsg

public class QueueMsg
extends java.lang.Object

queuing


Field Summary
static int QUEUE_EMPTY
           
static int QUEUE_FULL
           
static int QUEUE_GAME_EMPTY
           
static int QUEUE_GAME_FULL
           
static int QUEUE_PLACE_AVAILABLE
           
 
Constructor Summary
QueueMsg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUEUE_PLACE_AVAILABLE

public static final int QUEUE_PLACE_AVAILABLE
See Also:
Constant Field Values

QUEUE_GAME_FULL

public static final int QUEUE_GAME_FULL
See Also:
Constant Field Values

QUEUE_GAME_EMPTY

public static final int QUEUE_GAME_EMPTY
See Also:
Constant Field Values

QUEUE_EMPTY

public static final int QUEUE_EMPTY
See Also:
Constant Field Values

QUEUE_FULL

public static final int QUEUE_FULL
See Also:
Constant Field Values
Constructor Detail

QueueMsg

public QueueMsg()