Client
Class ClientModel.ClientRunnable

java.lang.Object
  extended by Client.ClientModel.ClientRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ClientModel

public class ClientModel.ClientRunnable
extends java.lang.Object
implements java.lang.Runnable

Class for creating the background thread. This class continually runs as a separate thread in the background to read responses from the server and consequently update the view


Constructor Summary
ClientModel.ClientRunnable(java.net.Socket socket, ClientView view)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientModel.ClientRunnable

public ClientModel.ClientRunnable(java.net.Socket socket,
                                  ClientView view)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable