Interface IApplicationListener

All Known Implementing Classes:
ApplicationListenerCollection

public interface IApplicationListener
Application lifecycle listener
Author:
igor
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Called after application instance has been initialized
    default void
    Called before application instance is destroyed
  • Method Details

    • onAfterInitialized

      default void onAfterInitialized(Application application)
      Called after application instance has been initialized
      Parameters:
      application -
    • onBeforeDestroyed

      default void onBeforeDestroyed(Application application)
      Called before application instance is destroyed
      Parameters:
      application -