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

Fields inherited from interface gecco.util.SignalRunnable
SIGKILL, SIGNONE, SIGPAUSE, SIGQUIT, SIGRESUME
 
Constructor Summary
TimeUpdate()
           
 
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
 

Constructor Detail

TimeUpdate

public TimeUpdate()
Method Detail

run

public void run()
Periodically sends the clients time update messages.
Specified by:
run in interface Runnable