Package pro.gravit.utils
Interface BiHookSet.Hook<V,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhook(V object, R context)
-
-
-
Method Detail
-
hook
boolean hook(V object, R context) throws HookException
- Parameters:
context- custom paramobject- 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
-
-