added in version 26.1.0
belongs to Maven artifact com.android.support:wear:28.0.0-alpha1

CircularProgressLayout.OnTimerFinishedListener

public static interface CircularProgressLayout.OnTimerFinishedListener

android.support.wear.widget.CircularProgressLayout.OnTimerFinishedListener


Interface to implement for listening to onTimerFinished(CircularProgressLayout) event.

Summary

Public methods

abstract void onTimerFinished(CircularProgressLayout layout)

Called when the timer started by startTimer() method finishes.

Public methods

onTimerFinished

added in version 26.1.0
void onTimerFinished (CircularProgressLayout layout)

Called when the timer started by startTimer() method finishes.

Parameters
layout CircularProgressLayout: CircularProgressLayout that calls this method.