Interface AppCreatedListener

All Superinterfaces:
EventListener

public interface AppCreatedListener extends EventListener
This listener is executed when a new child App is created.
Author:
Alex Bogdanovski [[email protected]]
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Code to execute right after app is created.
  • Method Details

    • onAppCreated

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