tipgame.net
Class Client.ReaderThread

java.lang.Object
  extended by tipgame.net.Client.ReaderThread
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Client

 class Client.ReaderThread
extends java.lang.Object
implements java.awt.event.ActionListener

reads repeatedly from the server and refreshes the screen. The screen is refreshed once all reads have been exhausted and at least one read has taken place.

Author:
Jam Jenkins

Constructor Summary
Client.ReaderThread()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client.ReaderThread

Client.ReaderThread()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener