CircularProgressLayout.OnTimerFinishedListener

Added in 1.1.0

public interface CircularProgressLayout.OnTimerFinishedListener


Interface to implement for listening to onTimerFinished event.

Summary

Public methods

abstract void

Called when the timer started by startTimer method finishes.

Public methods

onTimerFinished

Added in 1.1.0
abstract void onTimerFinished(CircularProgressLayout layout)

Called when the timer started by startTimer method finishes.

Parameters
CircularProgressLayout layout

CircularProgressLayout that calls this method.