Package 

Interface OnModelVisibilityStateChangedListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onVisibilityStateChanged(T model, V view, int visibilityState) This will be called once the visibility changed.
      • Methods inherited from class java.lang.Object

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

      • onVisibilityStateChanged

         abstract void onVisibilityStateChanged(T model, V view, int visibilityState)

        This will be called once the visibility changed.

        Parameters:
        model - The model being bound
        view - The view that is being bound to the model
        visibilityState - The new visibility