Interface ApplicationListener

All Superinterfaces:
EventListener

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

    Modifier and Type
    Method
    Description
    void
    Invoked when the application is destroyed.
  • Method Details

    • applicationDestroyed

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