Class Cards304Client.IncomingReader

java.lang.Object
  extended by Cards304Client.IncomingReader
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Cards304Client

 class Cards304Client.IncomingReader
extends java.lang.Object
implements java.lang.Runnable

This IncomingReader class is to run a thread and listen to the server messages. Those messages will be sent to takeAction method.


Constructor Summary
Cards304Client.IncomingReader()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cards304Client.IncomingReader

Cards304Client.IncomingReader()
Method Detail

run

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