|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgame.multiplayer.containers.Invite
public class Invite
Invite container class for the multiplayer.
| Constructor Summary | |
|---|---|
Invite(Client host,
Client[] invitees)
Constructor |
|
| Method Summary | |
|---|---|
Client |
getHost()
Returns the host of the Invite. |
Client[] |
getInvitees()
Returns the invitees. |
int |
getNumInvitees()
Returns the number of invitees on the Invite |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Invite(Client host,
Client[] invitees)
host - - Client of the hostinvitees - - Client [] of the invitees| Method Detail |
|---|
public int getNumInvitees()
public Client[] getInvitees()
public Client getHost()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||