gecco.server.clock
Class TimeUpdate
java.lang.Object
|
+--gecco.server.clock.TimeUpdate
- All Implemented Interfaces:
- Runnable, SignalRunnable
- public class TimeUpdate
- extends Object
- implements SignalRunnable
A thread that periodically sends a new time string to the clients.
- Author:
- Karl Hasselström
Method Summary |
void |
run()
Periodically sends the clients time update messages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeUpdate
public TimeUpdate()
run
public void run()
- Periodically sends the clients time update messages.
- Specified by:
run
in interface Runnable