org.vigia.shared.communications
Class Constants

java.lang.Object
  extended by org.vigia.shared.communications.Constants

public class Constants
extends java.lang.Object

Constants for the communications module.

Author:
jrios

Field Summary
static int INIT
          Init package's id.
static int LOG
          Log package's id.
static int MOVE
          Move package's id.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT

public static final int INIT
Init package's id.

See Also:
Constant Field Values

MOVE

public static final int MOVE
Move package's id.

See Also:
Constant Field Values

LOG

public static final int LOG
Log package's id.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()