Uses of Class
client.GUI_Client

Packages that use GUI_Client
client   
gui   
system   
 

Uses of GUI_Client in client
 

Methods in client with parameters of type GUI_Client
 void Client2Space.put(GUI_Client client, Task task)
           
 

Constructors in client with parameters of type GUI_Client
Poller(GUI_Client c)
          Specifies the client to be polled for a result.
 

Uses of GUI_Client in gui
 

Constructors in gui with parameters of type GUI_Client
SudokuFrame(GUI_Client c, Poller p)
          Creates new form sudokuFrame
TspFrame(GUI_Client c, Poller p)
          Creates new form TspFrame
 

Uses of GUI_Client in system
 

Methods in system with parameters of type GUI_Client
 void Space.put(GUI_Client client, Task task)
          Takes in a task to be done.