| Package | Description |
|---|---|
| com.threerings.parlor.client | |
| com.threerings.parlor.data | |
| com.threerings.parlor.server |
| Modifier and Type | Class and Description |
|---|---|
class |
Invitation
The invitation class is used to track information related to
outstanding invitations generated by or targeted to this client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParlorService.invite(com.threerings.util.Name invitee,
GameConfig config,
ParlorService.InviteListener listener)
You probably don't want to call this directly, but want to generate your invitation request
via
ParlorDirector.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.InvitationResponseObserver). |
| Modifier and Type | Class and Description |
|---|---|
static class |
ParlorMarshaller.InviteMarshaller
Marshalls results to implementations of
ParlorService.InviteListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParlorMarshaller.invite(com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParlorProvider.invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
|
void |
ParlorManager.invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name invitee,
GameConfig config,
ParlorService.InviteListener listener) |
Copyright © 2015. All rights reserved.