Interface ShutdownListener.ShutdownNotification

  • Enclosing interface:
    ShutdownListener

    public static interface ShutdownListener.ShutdownNotification
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void done()
      This method must be invoked when the lister has done it's work, to allow shutdown to proceed to the next stage.
    • Method Detail

      • done

        void done()
        This method must be invoked when the lister has done it's work, to allow shutdown to proceed to the next stage.