Package 

Interface OnModelLongClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract boolean onLongClick(T model, V parentView, View clickedView, int position) Called when the view bound to the model is clicked.
      • Methods inherited from class java.lang.Object

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

      • onLongClick

         abstract boolean onLongClick(T model, V parentView, View clickedView, int position)

        Called when the view bound to the model is clicked.

        Parameters:
        model - The model that the view is bound to.
        parentView - The view bound to the model which received the click.
        clickedView - The view that received the click.
        position - The position of the model in the adapter.