public interface

CircularProgressLayout.OnTimerFinishedListener

 androidx.wear.widget.CircularProgressLayout.OnTimerFinishedListener

Overview

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

Summary

Methods
public voidonTimerFinished(CircularProgressLayout layout)

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

Methods

public void onTimerFinished(CircularProgressLayout layout)

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

Parameters:

layout: CircularProgressLayout that calls this method.