public static interface TimePickerDialog.OnTimeChangedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onTimeChanged(int oldHour,
int oldMinute,
int newHour,
int newMinute)
Called when the selected time is changed.
|
void onTimeChanged(int oldHour,
int oldMinute,
int newHour,
int newMinute)
oldHour - The hour value of old time.oldMinute - The minute value of old time.newHour - The hour value of new time.newMinute - The minute value of new time.