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.
abstract Container
create(View view)
abstract Unit
bind(Container container, Data data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Container create(View view)
abstract Unit bind(Container container, Data data)