Package dev.zemco.codegame.presentation
Interface INavigator
- All Known Implementing Classes:
SimpleViewIdNavigator
public interface INavigator
Handles navigation between routes of the application.
Each navigator has its own internal routing rules, which are applied
when navigation to a specific route is requested.
Successful navigation looks like a shift to a different view from the perspective of the user.
- Author:
- Erik Zemčík
-
Method Summary
Modifier and TypeMethodDescriptionvoidnavigateTo(String route) Performs a navigation to the specified route.
-
Method Details