|
|||||||||
| 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.card.server.CardGameSender
public class CardGameSender
Used to issue notifications to a CardGameReceiver instance on a
client.
| Constructor Summary | |
|---|---|
CardGameSender()
|
|
| Method Summary | |
|---|---|
static void |
cardsTransferredBetweenPlayers(ClientObject target,
int arg1,
int arg2,
int arg3)
Issues a notification that will result in a call to CardGameReceiver.cardsTransferredBetweenPlayers(int, int, int) on a client. |
static void |
sendCardsFromPlayer(ClientObject target,
int arg1,
Card[] arg2)
Issues a notification that will result in a call to CardGameReceiver.receivedCardsFromPlayer(int, com.threerings.parlor.card.data.Card[]) on a client. |
static void |
sendHand(ClientObject target,
int arg1,
Hand arg2)
Issues a notification that will result in a call to CardGameReceiver.receivedHand(int, com.threerings.parlor.card.data.Hand) on a client. |
static void |
sentCardsToPlayer(ClientObject target,
int arg1,
Card[] arg2)
Issues a notification that will result in a call to CardGameReceiver.sentCardsToPlayer(int, com.threerings.parlor.card.data.Card[]) on a client. |
| Methods inherited from class com.threerings.presents.server.InvocationSender |
|---|
sendNotification, sendNotification |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CardGameSender()
| Method Detail |
|---|
public static void cardsTransferredBetweenPlayers(ClientObject target,
int arg1,
int arg2,
int arg3)
CardGameReceiver.cardsTransferredBetweenPlayers(int, int, int) on a client.
public static void sendCardsFromPlayer(ClientObject target,
int arg1,
Card[] arg2)
CardGameReceiver.receivedCardsFromPlayer(int, com.threerings.parlor.card.data.Card[]) on a client.
public static void sendHand(ClientObject target,
int arg1,
Hand arg2)
CardGameReceiver.receivedHand(int, com.threerings.parlor.card.data.Hand) on a client.
public static void sentCardsToPlayer(ClientObject target,
int arg1,
Card[] arg2)
CardGameReceiver.sentCardsToPlayer(int, com.threerings.parlor.card.data.Card[]) on a client.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||