public static interface TimePickerDialog.OnTimeSetListener
Modifier and Type | Method and Description |
---|---|
void |
onTimeSet(TimePicker view,
int hourOfDay,
int minute)
Called when the user is done setting a new time and the dialog has
closed.
|
void onTimeSet(TimePicker view, int hourOfDay, int minute)
view
- the view associated with this listenerhourOfDay
- the hour that was setminute
- the minute that was set