Interface NavigationService


  • public interface NavigationService
    This service allows Features to navigate across the UI.
    • Method Detail

      • handleEvent

        boolean handleEvent​(int event)
        Handles a displayable event.

        The navigation service may detect a gesture and show an other page.

        Parameters:
        event - the event to handle.
        Returns:
        whether the event has been consumed.