examples.example5_chat_OO_library
Class ServerRunner
java.lang.Object
examples.example5_chat_OO_library.ServerRunner
- All Implemented Interfaces:
- Runnable
public class ServerRunner
- extends Object
- implements Runnable
TODO Put here a description of what this class does.
- Author:
- mutchler.
Created May 12, 2009.
Constructor Summary |
ServerRunner(Server server)
TODO Put here a description of what this constructor does. |
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerRunner
public ServerRunner(Server server)
- TODO Put here a description of what this constructor does.
- Parameters:
server
-
run
public void run()
- Specified by:
run
in interface Runnable