com.threerings.tudey.data
Interface TudeyCodes

All Superinterfaces:
com.threerings.presents.data.InvocationCodes
All Known Implementing Classes:
ToolSceneManager, ToolSceneView, TudeySceneManager, TudeySceneRegistry, TudeySceneView

public interface TudeyCodes
extends com.threerings.presents.data.InvocationCodes

Codes and constants relating to the Tudey system.


Field Summary
static int DEFAULT_BUFFER_DELAY
          The default delay with which the clients display information received from the server in order to compensate for network jitter and dropped packets.
static int DEFAULT_TICK_INTERVAL
          The default tick interval.
 
Fields inherited from interface com.threerings.presents.data.InvocationCodes
ACCESS_DENIED, E_ACCESS_DENIED, E_INTERNAL_ERROR, GLOBAL_GROUP, INTERNAL_ERROR
 

Field Detail

DEFAULT_TICK_INTERVAL

static final int DEFAULT_TICK_INTERVAL
The default tick interval.

See Also:
Constant Field Values

DEFAULT_BUFFER_DELAY

static final int DEFAULT_BUFFER_DELAY
The default delay with which the clients display information received from the server in order to compensate for network jitter and dropped packets.

See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.