public class SceneDecoder
extends com.threerings.presents.client.InvocationDecoder
SceneReceiver instance.| Modifier and Type | Field and Description |
|---|---|
static int |
FORCED_MOVE
The method id used to dispatch
SceneReceiver.forcedMove(int)
notifications. |
static String |
RECEIVER_CODE
The generated hash code used to identify this receiver class.
|
| Constructor and Description |
|---|
SceneDecoder(SceneReceiver receiver)
Creates a decoder that may be registered to dispatch invocation
service notifications to the specified receiver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchNotification(int methodId,
Object[] args) |
String |
getReceiverCode() |
public static final String RECEIVER_CODE
public static final int FORCED_MOVE
SceneReceiver.forcedMove(int)
notifications.public SceneDecoder(SceneReceiver receiver)
public String getReceiverCode()
getReceiverCode in class com.threerings.presents.client.InvocationDecoderpublic void dispatchNotification(int methodId,
Object[] args)
dispatchNotification in class com.threerings.presents.client.InvocationDecoderCopyright © 2015. All rights reserved.