Uses of Class
pictionary.pictionaryclient.PictionaryClient

Packages that use PictionaryClient
pictionary.pictionaryclient   
 

Uses of PictionaryClient in pictionary.pictionaryclient
 

Fields in pictionary.pictionaryclient declared as PictionaryClient
private  PictionaryClient PictionaryClientGUI.client
          The PictionaryClient that we receive and forward events from/to.
 

Constructors in pictionary.pictionaryclient with parameters of type PictionaryClient
PictionaryClientGUI(PictionaryClient client)
          The constructor.