public interface ViewDelegate<V,P>
It's a delegate between the Presenter and the View. The annotation processor will use this interface to generate delegate classes.
Modifier and Type | Method and Description |
---|---|
void |
attachView(V view) |
void |
detachView() |
void |
initialize(V view) |
void |
initialize(V view,
P presenterFactory) |