feud.clientserver
Class ServerBrowser.BrowserThread

java.lang.Object
  extended byfeud.clientserver.ServerBrowser.BrowserThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ServerBrowser

private class ServerBrowser.BrowserThread
extends java.lang.Object
implements java.lang.Runnable

The thread that listens on the port for servers to send their data.


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

Constructor Detail

ServerBrowser.BrowserThread

private ServerBrowser.BrowserThread()
Method Detail

run

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