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