Class Client

java.lang.Object
  |
  +--Client
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.lang.Runnable

public class Client
extends java.lang.Object
implements java.awt.event.ActionListener, java.lang.Runnable


Field Summary
 java.lang.Thread activity
           
 
Constructor Summary
Client()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static void main(java.lang.String[] arg)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activity

public java.lang.Thread activity
Constructor Detail

Client

public Client()
Method Detail

run

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

actionPerformed

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

main

public static void main(java.lang.String[] arg)