-
public interface OnAnnotationLongClickListener<T extends Annotation>Generic interface definition of a callback to be invoked when an annotation has been long clicked.
-
-
Method Summary
Modifier and Type Method Description abstract booleanonAnnotationLongClick(T t)Called when an annotation has been long clicked -
-
Method Detail
-
onAnnotationLongClick
abstract boolean onAnnotationLongClick(T t)
Called when an annotation has been long clicked
- Parameters:
t- the annotation long clicked.
-
-
-
-