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

Method Index

 o tick()

Methods

 o tick
  public abstract void tick()

All Packages  Class Hierarchy  This Package  Previous  Next  Index