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

public abstract void onChronometerTick (Chronometer chronometer)

Notification that the chronometer has changed.

Parameters
chronometer Chronometer

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.