Interface AppContextListener


public interface AppContextListener
  • Method Details

    • init

      void init()
    • registerEventConsumers

      void registerEventConsumers()
    • initialized

      void initialized()
    • isPopulationNeeded

      boolean isPopulationNeeded()
    • populate

      void populate() throws Throwable
      Throws:
      Throwable
    • destroyed

      void destroyed()
    • getCommands

      List<Command> getCommands()