Interface Hook.Closeable

All Superinterfaces:
AutoCloseable
Enclosing class:
Hook

public static interface Hook.Closeable extends AutoCloseable
Removes a Hook after use.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Hook.Closeable
    Closeable that does nothing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Field Details

    • EMPTY

      static final Hook.Closeable EMPTY
      Closeable that does nothing.
  • Method Details