Uses of Package
pictionary.pictionaryclient

Packages that use pictionary.pictionaryclient
pictionary.pictionaryclient   
 

Classes in pictionary.pictionaryclient used by pictionary.pictionaryclient
IPictionaryClientCallback
          An interface defining the methods which an pictionary client should implement, these methods are called by PictionaryClient and implemented by PictionaryClientGUI.
PictionaryClient
          Implementation of a basic Pictionary Client which handles communication with a PictionaryServer.
PictionaryClient.ServerConnection
          ServerConnection handles communication with the PictionaryServer.
PictionaryClient.ServerConnection.ReceiveThread
          Responsible for reading Messages from PictionaryClient.ServerConnection.in and pass them along to PictionaryClient.ServerConnection.handleMessage(pictionary.message.Message).
PictionaryClient.ServerConnection.SendThread
          Responsible for taking Messages from PictionaryClient.ServerConnection.outgoingMessages and sending them to the server using PictionaryClient.ServerConnection.out.
PictionaryClientGUI.Paper
          A simple class for rendering a set of points.