Interface CLNOnCloseOperationType<T>

Type Parameters:
T - The execution context

public interface CLNOnCloseOperationType<T>
An operation executed when something is closed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T context)
    Execute on close.
  • Method Details

    • execute

      void execute(T context) throws IOException
      Execute on close.
      Parameters:
      context - The context
      Throws:
      IOException - On errors