-
public interface Pine.HookHandlerInternal API. Implement the hook logic by implementing this interface.
-
-
Method Summary
Modifier and Type Method Description abstract MethodHook.UnhookhandleHook(Pine.HookRecord hookRecord, MethodHook hook, int modifiers, boolean newMethod, boolean canInitDeclaringClass)abstract voidhandleUnhook(Pine.HookRecord hookRecord, MethodHook hook)-
-
Method Detail
-
handleHook
abstract MethodHook.Unhook handleHook(Pine.HookRecord hookRecord, MethodHook hook, int modifiers, boolean newMethod, boolean canInitDeclaringClass)
-
handleUnhook
abstract void handleUnhook(Pine.HookRecord hookRecord, MethodHook hook)
-
-
-
-