Interface gjt.StopwatchClient
All Packages Class Hierarchy This Package Previous Next Index
Interface gjt.StopwatchClient
- public interface StopwatchClient
- extends Object
Client of a Stopwatch. Stopwatches that have non-null
clients, call their clients' tick() method every 50
milliseconds.
- See Also:
- Stopwatch
-
tick()
-
tick
public abstract void tick()
All Packages Class Hierarchy This Package Previous Next Index