Package com.io7m.calino.vanilla.internal
Interface CLNOnCloseOperationType<T>
- Type Parameters:
T
- The execution context
public interface CLNOnCloseOperationType<T>
An operation executed when something is closed.
-
Method Summary
-
Method Details
-
execute
Execute on close.- Parameters:
context
- The context- Throws:
IOException
- On errors
-