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