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