Interface CloseableService

  • All Known Implementing Classes:
    XPathRuleEditorController

    public interface CloseableService
    A service that has a shutdown hook called when the app terminates.
    Author:
    Clément Fournier
    • Method Detail

      • close

        void close()
            throws java.lang.Exception
        Throws:
        java.lang.Exception