Interface ShutdownListener.ShutdownNotification

Enclosing interface:
ShutdownListener

public static interface ShutdownListener.ShutdownNotification
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method must be invoked when the lister has done it's work, to allow shutdown to proceed to the next stage.
  • Method Details

    • 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.