onTimerChange method
Implementation
void onTimerChange(Observable observable)
{
// restart the timer
if (started)
{
stop();
start();
}
}
void onTimerChange(Observable observable)
{
// restart the timer
if (started)
{
stop();
start();
}
}