Package 

Interface Binder


  • 
    public interface Binder<Data extends Object, Container extends ViewContainer>
    
                        

    Responsible for managing a view for a given Data. create will be called only once but bind will be called whenever the view needs to be used to bind an instance of the associated Data.

    • Method Summary

      Modifier and Type Method Description
      abstract Container create(View view)
      abstract Unit bind(Container container, Data data)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait