Client
Class ClientModel.ServerOutputThread

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

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

This class is used to get the outputs from the server when given certain inputs. It is solely used in test cases for unit testing the model.


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

Constructor Detail

ClientModel.ServerOutputThread

public ClientModel.ServerOutputThread(java.net.Socket socket)
Method Detail

run

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