Interface Unloadable


  • public interface Unloadable
    This interface defines a method which will be called on any monitor which implements this interface when the JMon application is being unloaded.
    • Method Detail

      • onUnload

        void onUnload()
        This method is called by the container when the application is unloaded.