|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.presents.server.InvocationSender
com.threerings.parlor.server.ParlorSender
public class ParlorSender
Used to issue notifications to a ParlorReceiver instance on a
client.
| Constructor Summary | |
|---|---|
ParlorSender()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.threerings.presents.server.InvocationSender |
|---|
sendNotification, sendNotification |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParlorSender()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||