public static interface WeekView.EventLongPressListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEventLongPress(WeekViewEvent event,
android.graphics.RectF eventRect)
Similar to
WeekView.EventClickListener but with a long press. |
void onEventLongPress(WeekViewEvent event, android.graphics.RectF eventRect)
WeekView.EventClickListener but with a long press.event: - event clicked.eventRect: - view containing the clicked event.