Interface ApplicationListener

  • All Superinterfaces:
    java.util.EventListener

    public interface ApplicationListener
    extends java.util.EventListener
    The listener that is notified when an application instance is terminated.
    • Method Detail

      • applicationDestroyed

        void applicationDestroyed​(ApplicationEvent applicationEvent)
        Invoked when the application is destroyed.
        Parameters:
        applicationEvent - information about destruction