Interface ActivityLoader

  • All Known Implementing Classes:
    ActivityLoaderImpl

    public interface ActivityLoader
    Loads the Activity configuration.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • loadActivityConfiguration

        void loadActivityConfiguration​(ActivityContext context)
                                throws java.lang.Exception
        Loads the Activity configuration.
        Parameters:
        context - ActivityContext.
        Throws:
        java.lang.Exception - If fails to load the configuration.