public static interface Stopwatch.OnTickListener
| Modifier and Type | Method and Description |
|---|---|
void |
onTick(Stopwatch stopwatch)
Called every time the clock 'ticks'.
|
void onTick(Stopwatch stopwatch)
stopwatch - Reference to the currently calling stopwatch.