Added in API level 3
Chronometer.OnChronometerTickListener
public
static
interface
Chronometer.OnChronometerTickListener
android.widget.Chronometer.OnChronometerTickListener |
A callback that notifies when the chronometer has incremented on its own.
Summary
Public methods | |
---|---|
abstract
void
|
onChronometerTick(Chronometer chronometer)
Notification that the chronometer has changed. |
Public methods
onChronometerTick
Added in API level 3
public abstract void onChronometerTick (Chronometer chronometer)
Notification that the chronometer has changed.
Parameters | |
---|---|
chronometer |
Chronometer |