Package 

Interface OnAnnotationLongClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onAnnotationLongClick(T t) Called when an annotation has been long clicked
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAnnotationLongClick

         abstract boolean onAnnotationLongClick(T t)

        Called when an annotation has been long clicked

        Parameters:
        t - the annotation long clicked.