Java android.widget Chronometer fields, constructors, methods, implement or subclass

Example usage for Java android.widget Chronometer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget Chronometer.

The text is from its open source code.

Method

longgetBase()
Return the base time as set through #setBase .
voidsetBase(long base)
Set the time that the count-up timer is in reference to.
voidsetOnChronometerTickListener(OnChronometerTickListener listener)
Sets the listener to be called when the chronometer changes.
voidstart()
Start counting up.
voidstop()
Stop counting up.