public static interface PresenterController.IPageChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPageChange(IMobilePresenter activePresenter,
IPageWithoutHeader activeView)
Will be fired on a page change event.
|
void onPageChange(IMobilePresenter activePresenter, IPageWithoutHeader activeView)
activePresenter - the presenter which will become activeactiveView - the page which will become activeCopyright © 2011–2015 SWM. All rights reserved.