|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InvitationHandler
A client entity that wishes to handle invitations received by other clients should implement this interface and register itself with the parlor director. It will subsequently be notified of any incoming invitations. It is also responsible for handling cancelled invitations.
| Method Summary | |
|---|---|
void |
invitationCancelled(Invitation invite)
Called when an invitation is cancelled by the inviting player. |
void |
invitationReceived(Invitation invite)
Called when an invitation is received from another player. |
| Method Detail |
|---|
void invitationReceived(Invitation invite)
invite - the received invitation.void invitationCancelled(Invitation invite)
invite - the cancelled invitation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||