| android.widget.TimePicker.OnTimeSetListener |
The callback interface used to indicate the user is done filling in the time (they clicked on the 'Set' button).
| void | timeSet(TimePicker view, int hourOfDay, int minute) |
| view | The view associated with this listener. |
|---|---|
| hourOfDay | The hour that was set. |
| minute | The minute that was set. |