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