|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Netjunk.JawaRecieve
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 |
public JawaRecieve(java.net.Socket cSocket, Netjunk.JawaGUI tempFrame)
Method Detail |
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |