Interface AppDeletedListener

  • All Superinterfaces:
    EventListener

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

      • onAppDeleted

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