Interface UIModule

    • Method Detail

      • getRoutes

        List<Route> getRoutes()
        Get a list of Route objects, that specify GET/SET etc methods, and how these should be handled.
        Returns:
        List of routes
      • onAttach

        void onAttach​(StatsStorage statsStorage)
        Notify the UI module that the given StatsStorage instance has been attached to the UI
        Parameters:
        statsStorage - Stats storage that has been attached
      • onDetach

        void onDetach​(StatsStorage statsStorage)
        Notify the UI module that the given StatsStorage instance has been detached from the UI
        Parameters:
        statsStorage - Stats storage that has been detached
      • getInternationalizationResources

        List<I18NResource> getInternationalizationResources()
        Returns:
        List of internationalization resources