public static class ParlorMarshaller.InviteMarshaller extends com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller implements ParlorService.InviteListener
ParlorService.InviteListener.| Modifier and Type | Field and Description |
|---|---|
static int |
INVITE_RECEIVED
The method id used to dispatch
inviteReceived(int)
responses. |
| Constructor and Description |
|---|
InviteMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatchResponse(int methodId,
Object[] args) |
void |
inviteReceived(int arg1)
Called in response to a successful
ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request. |
requestFailed, setInvocationId, setNoResponse, toStringpublic static final int INVITE_RECEIVED
inviteReceived(int)
responses.public void inviteReceived(int arg1)
ParlorService.InviteListenerParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request.inviteReceived in interface ParlorService.InviteListenerpublic void dispatchResponse(int methodId,
Object[] args)
dispatchResponse in class com.threerings.presents.data.InvocationMarshaller.ListenerMarshallerCopyright © 2015. All rights reserved.