public interface OnScreenChangedListener<ApplicationComponent>
| Modifier and Type | Method and Description |
|---|---|
void |
onScreenChanged(Screen<ApplicationComponent> screen)
Callback method which is called when a new screen is presented.
|
void onScreenChanged(@NonNull
Screen<ApplicationComponent> screen)
screen - The newly added screen.