Interface ApplicationLifeCycleEventListener

  • All Known Implementing Classes:
    ConfigCacheImpl

    public interface ApplicationLifeCycleEventListener
    This interface should be implemented by any one interested in receiveing lifecycle events.
    Author:
    Mitesh Meswani
    • Method Detail

      • notifyApplicationUnloaded

        void notifyApplicationUnloaded​(ClassLoader classLoader)
        This method is called when an application is unloaded.
        Parameters:
        classLoader - classLoader used to load the application