android.support.wearable.view
Interface DelayedConfirmationView.DelayedConfirmationListener

Enclosing class:
DelayedConfirmationView

public static interface DelayedConfirmationView.DelayedConfirmationListener

Implement this interface to receive callbacks when the timer is finished and when the user taps the View to select it.


Method Summary
 void onTimerFinished(View v)
          Called when the timer is finished.
 void onTimerSelected(View v)
          Called when the user selects the timer.
 

Method Detail

onTimerFinished

void onTimerFinished(View v)
Called when the timer is finished.


onTimerSelected

void onTimerSelected(View v)
Called when the user selects the timer.