Package 

Interface OnModelBoundListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onModelBound(T model, V view, int position) This will be called immediately after a model was bound, with the model and view that werebound together.
      • Methods inherited from class java.lang.Object

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

      • onModelBound

         abstract void onModelBound(T model, V view, int position)

        This will be called immediately after a model was bound, with the model and view that werebound together.

        Parameters:
        model - The model being bound
        view - The view that is being bound to the model
        position - The adapter position of the model