Interface AppCreatedListener

  • All Superinterfaces:
    EventListener

    public interface AppCreatedListener
    extends EventListener
    This listener is executed when a new child App is created.
    Author:
    Alex Bogdanovski [alex@erudika.com]
    • Method Detail

      • onAppCreated

        void onAppCreated​(App app)
        Code to execute right after app is created.
        Parameters:
        app - the app object