pictionary.message
Class StatusData

java.lang.Object
  extended by pictionary.message.StatusData
All Implemented Interfaces:
java.io.Serializable

public class StatusData
extends java.lang.Object
implements java.io.Serializable

Contains information about connected clients, used in the MessageData of certain Messages.

Author:
Kristoffer Nordkvist
See Also:
Serialized Form

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

connectedClients

public final java.util.List<java.lang.String> connectedClients
A List containing the names of the connected clients.

Constructor Detail

StatusData

public StatusData(java.util.List<java.lang.String> connectedClients)
The constructor.

Parameters:
connectedClients - The connected clients.