public static interface TimePickerDialog.OnTimeSetListener
| Modifier and Type | Method and Description |
|---|---|
void |
onTimeSet(TimePickerDialog view,
int hourOfDay,
int minute,
int second) |
void onTimeSet(TimePickerDialog view, int hourOfDay, int minute, int second)
view - The view associated with this listener.hourOfDay - The hour that was set.minute - The minute that was set.second - The second that was set