public static interface TimePicker.OnTimeChangedListener
Modifier and Type | Method and Description |
---|---|
void |
onTimeChanged(TimePicker view,
int hourOfDay,
int minute) |
void onTimeChanged(TimePicker view, int hourOfDay, int minute)
view
- The view associated with this listener.hourOfDay
- The current hour.minute
- The current minute.