public interface OnRangeSelectedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRangeSelected(MaterialCalendarView widget,
java.util.List<CalendarDay> dates)
Called when a user selects a range of days.
|
void onRangeSelected(@NonNull
MaterialCalendarView widget,
@NonNull
java.util.List<CalendarDay> dates)
widget - the view associated with this listenerdates - the dates in the range, in ascending order