-
- All Implemented Interfaces:
-
android.widget.AdapterView.OnItemLongClickListener
public final class DayRowLongClickListener implements AdapterView.OnItemLongClickListener
This class is responsible for handle click events
Created by Applandeo Team.
-
-
Constructor Summary
Constructors Constructor Description DayRowLongClickListener(CalendarProperties calendarProperties)
-
Method Summary
Modifier and Type Method Description BooleanonItemLongClick(AdapterView<?> adapterView, View view, Integer position, Long id)-
-
Constructor Detail
-
DayRowLongClickListener
DayRowLongClickListener(CalendarProperties calendarProperties)
-
-
Method Detail
-
onItemLongClick
Boolean onItemLongClick(AdapterView<?> adapterView, View view, Integer position, Long id)
-
-
-
-