Package pro.gravit.utils
Interface HookSet.Hook<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhook(R context)
-
-
-
Method Detail
-
hook
boolean hook(R context) throws HookException
- 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
-
-