android.app.TimePickerDialog.OnTimeSetListener |
The callback interface used to indicate the user is done filling in the time (they clicked on the 'Set' button).
void | onTimeSet(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. |
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:56 |