Interface ApplicationContext

All Known Implementing Classes:
ApplicationContextProvider

public interface ApplicationContext
Interface for application context.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets current application config.
    Game getter.
    void
    setGame(Game game)
    Game setter.
  • Method Details

    • setGame

      void setGame(Game game)
      Game setter.
      Parameters:
      game - Game.
    • getGame

      Game getGame()
      Game getter.
      Returns:
      Game
    • getConfig

      Config getConfig()
      Gets current application config.
      Returns:
      Current application config.