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