public class ParlorSender
extends com.threerings.presents.server.InvocationSender
ParlorReceiver instance on a
client.| Constructor and Description |
|---|
ParlorSender() |
| Modifier and Type | Method and Description |
|---|---|
static void |
gameIsReady(com.threerings.presents.data.ClientObject target,
int arg1)
Issues a notification that will result in a call to
ParlorReceiver.gameIsReady(int) on a client. |
static void |
sendInvite(com.threerings.presents.data.ClientObject target,
int arg1,
com.threerings.util.Name arg2,
GameConfig arg3)
Issues a notification that will result in a call to
ParlorReceiver.receivedInvite(int, com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig) on a client. |
static void |
sendInviteCancellation(com.threerings.presents.data.ClientObject target,
int arg1)
Issues a notification that will result in a call to
ParlorReceiver.receivedInviteCancellation(int) on a client. |
static void |
sendInviteResponse(com.threerings.presents.data.ClientObject target,
int arg1,
int arg2,
Object arg3)
Issues a notification that will result in a call to
ParlorReceiver.receivedInviteResponse(int, int, java.lang.Object) on a client. |
public static void gameIsReady(com.threerings.presents.data.ClientObject target,
int arg1)
ParlorReceiver.gameIsReady(int) on a client.public static void sendInvite(com.threerings.presents.data.ClientObject target,
int arg1,
com.threerings.util.Name arg2,
GameConfig arg3)
ParlorReceiver.receivedInvite(int, com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig) on a client.public static void sendInviteCancellation(com.threerings.presents.data.ClientObject target,
int arg1)
ParlorReceiver.receivedInviteCancellation(int) on a client.public static void sendInviteResponse(com.threerings.presents.data.ClientObject target,
int arg1,
int arg2,
Object arg3)
ParlorReceiver.receivedInviteResponse(int, int, java.lang.Object) on a client.Copyright © 2015. All rights reserved.