Netjunk
Class JawaRecieve

java.lang.Object
  |
  +--Netjunk.JawaRecieve
All Implemented Interfaces:
java.lang.Runnable

public class JawaRecieve
extends java.lang.Object
implements java.lang.Runnable

The JawaReciever function - gets messages from the other part of the program This is a multi-thread thing, when called, it will start a new thread to pick up any messages from the Server


Constructor Summary
JawaRecieve(java.net.Socket cSocket, Netjunk.JawaGUI tempFrame)
          This is a constructor To tell the truth I am not completely sure what it does, but it dosn't seem to work without it.
 
Method Summary
 void run()
          This is the multi-thread part of the program Once started, this start looping and whenever the server sends a message, this hears it and sends it to the GUI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JawaRecieve

public JawaRecieve(java.net.Socket cSocket,
                   Netjunk.JawaGUI tempFrame)
This is a constructor To tell the truth I am not completely sure what it does, but it dosn't seem to work without it.

Method Detail

run

public void run()
This is the multi-thread part of the program Once started, this start looping and whenever the server sends a message, this hears it and sends it to the GUI

Specified by:
run in interface java.lang.Runnable