|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParlorService.InviteListener | |
|---|---|
| com.threerings.parlor.client | |
| com.threerings.parlor.data | |
| com.threerings.parlor.server | |
| Uses of ParlorService.InviteListener in com.threerings.parlor.client |
|---|
| Classes in com.threerings.parlor.client that implement ParlorService.InviteListener | |
|---|---|
class |
Invitation
The invitation class is used to track information related to outstanding invitations generated by or targeted to this client. |
| Methods in com.threerings.parlor.client with parameters of type ParlorService.InviteListener | |
|---|---|
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). |
| Uses of ParlorService.InviteListener in com.threerings.parlor.data |
|---|
| Classes in com.threerings.parlor.data that implement ParlorService.InviteListener | |
|---|---|
static class |
ParlorMarshaller.InviteMarshaller
Marshalls results to implementations of ParlorService.InviteListener. |
| Methods in com.threerings.parlor.data with parameters of type ParlorService.InviteListener | |
|---|---|
void |
ParlorMarshaller.invite(com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
|
| Uses of ParlorService.InviteListener in com.threerings.parlor.server |
|---|
| Methods in com.threerings.parlor.server with parameters of type ParlorService.InviteListener | |
|---|---|
void |
ParlorProvider.invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
Handles a ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request. |
void |
ParlorManager.invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name invitee,
GameConfig config,
ParlorService.InviteListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||