pictionary.pictionaryserver
Class PictionaryServer.ClientConnectionMessage

java.lang.Object
  extended by pictionary.pictionaryserver.PictionaryServer.ClientConnectionMessage
Enclosing class:
PictionaryServer

private class PictionaryServer.ClientConnectionMessage
extends java.lang.Object

A simple class containing a PictionaryServer.ClientConnection and a String message.

Author:
Kristoffer Nordkvist

Field Summary
(package private)  PictionaryServer.ClientConnection clientConnection
           
(package private)  Message message
           
 
Constructor Summary
private PictionaryServer.ClientConnectionMessage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientConnection

PictionaryServer.ClientConnection clientConnection

message

Message message
Constructor Detail

PictionaryServer.ClientConnectionMessage

private PictionaryServer.ClientConnectionMessage()