| Package | Description |
|---|---|
| com.threerings.micasa.lobby | |
| com.threerings.parlor.client |
| Modifier and Type | Method and Description |
|---|---|
void |
LobbyController.invitationAccepted(Invitation invite) |
void |
LobbyController.invitationCancelled(Invitation invite) |
void |
LobbyController.invitationCountered(Invitation invite,
GameConfig config) |
void |
LobbyController.invitationReceived(Invitation invite) |
void |
LobbyController.invitationRefused(Invitation invite,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
ParlorDirector.invite(com.threerings.util.Name invitee,
GameConfig config,
InvitationResponseObserver observer)
Requests that the named user be invited to a game described by the supplied game config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvitationResponseObserver.invitationAccepted(Invitation invite)
Called if the invitation was accepted.
|
void |
InvitationHandler.invitationCancelled(Invitation invite)
Called when an invitation is cancelled by the inviting player.
|
void |
InvitationResponseObserver.invitationCountered(Invitation invite,
GameConfig config)
Called if the invitation was countered with an alternate game
configuration.
|
void |
InvitationHandler.invitationReceived(Invitation invite)
Called when an invitation is received from another player.
|
void |
InvitationResponseObserver.invitationRefused(Invitation invite,
String message)
Called if the invitation was refused.
|
Copyright © 2015. All rights reserved.