|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsoc.message.SOCMessage
soc.message.SOCGames
This message lists all the soc games on a server
| Field Summary | |
private java.util.Vector |
games
List of games |
| Constructor Summary | |
SOCGames(java.util.Vector ga)
Create a Games Message. |
|
| Method Summary | |
java.util.Vector |
getGames()
|
static SOCGames |
parseDataStr(java.lang.String s)
Parse the command String into a Games message |
java.lang.String |
toCmd()
GAMES sep games |
static java.lang.String |
toCmd(java.util.Vector ga)
GAMES sep games |
java.lang.String |
toString()
Simple human-readable representation, used for debug purposes. |
| Methods inherited from class soc.message.SOCMessage |
getMaximumVersion, getMinimumVersion, getType, toMsg, toSingleElemArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.util.Vector games
| Constructor Detail |
public SOCGames(java.util.Vector ga)
ga - list of games| Method Detail |
public java.util.Vector getGames()
public java.lang.String toCmd()
toCmd in class SOCMessagepublic static java.lang.String toCmd(java.util.Vector ga)
ga - the list of games
public static SOCGames parseDataStr(java.lang.String s)
s - the String to parse
public java.lang.String toString()
SOCMessage
toString in class SOCMessage
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||