Interface DatePickerComponent.DatePickerListener
-
- Enclosing class:
- DatePickerComponent
public static interface DatePickerComponent.DatePickerListenerListener that exposes all the callback methods that will be invoked by this component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDateSelected(DatePickerComponent.DateParts selectedDateParts)Called when the user has selected a date.
-
-
-
Method Detail
-
onDateSelected
void onDateSelected(DatePickerComponent.DateParts selectedDateParts)
Called when the user has selected a date.- Parameters:
selectedDateParts-DatePickerComponent.DatePartscontaining the year, month and day of month.
-
-