Package pro.gravit.utils
Interface HookSet.Hook<R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
hook
- Parameters:
context- custom param- Returns:
- True if you need to interrupt hook processing False to continue processing hook
- Throws:
HookException- The hook may return the error text throwing this exception
-