Interface AppDeletedListener

All Superinterfaces:
EventListener

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

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

    • onAppDeleted

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