|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpictionary.message.StatusData
public class StatusData
Contains information about connected clients,
used in the MessageData
of certain Message
s.
Field Summary | |
---|---|
java.util.List<java.lang.String> |
connectedClients
A List containing the names of the connected clients. |
Constructor Summary | |
---|---|
StatusData(java.util.List<java.lang.String> connectedClients)
The constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.util.List<java.lang.String> connectedClients
List
containing the names of the connected clients.
Constructor Detail |
---|
public StatusData(java.util.List<java.lang.String> connectedClients)
connectedClients
- The connected clients.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |