Package 

Interface OnModelUnboundListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onModelUnbound(T model, V view) This will be called immediately after a model is unbound from a view, with the view and modelthat were unbound.
      • Methods inherited from class java.lang.Object

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

      • onModelUnbound

         abstract void onModelUnbound(T model, V view)

        This will be called immediately after a model is unbound from a view, with the view and modelthat were unbound.