ClockSynchThread is a convenient utility for running a thread that periodically synchronizes the clock against a reference. Supply it with a {@link ClockSynchronizer} and a {@link Throttle} and it will continually keep theclock up-to-date at a rate determined by the throttle.
CRC Card
Responsibilities
Collaborations
Continually sychronize the clock at a throttled rate.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.