Interface ShutdownListener


public interface ShutdownListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The shutdown is performed.
  • Method Details

    • performShutdown

      void performShutdown()
      The shutdown is performed. Let the listener cleanup some stuff.