T
- The Presenter typepublic interface HasPresenter<T>
@Inject
the correct instance of a Presenter into a View.
Developers wishing to implement MVP-based UIs are encouraged to have their View implement this interface if they require access to the appropriate Presenter.
Modifier and Type | Method and Description |
---|---|
void |
init(T presenter) |
void init(T presenter)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.