Uses of Interface
de.jangassen.jfa.appkit.NSInvocation
-
Packages that use NSInvocation Package Description de.jangassen.jfa de.jangassen.jfa.appkit -
-
Uses of NSInvocation in de.jangassen.jfa
Methods in de.jangassen.jfa with parameters of type NSInvocation Modifier and Type Method Description voidFoundationProxyHandler. afterTarget(NSInvocation invocation)booleanFoundationProxyHandler. beforeTarget(NSInvocation invocation)voidFoundationProxy. forwardInvocation(NSInvocation invocation)voidFoundationMethod. invoke(NSInvocation invocation)Method parameters in de.jangassen.jfa with type arguments of type NSInvocation Modifier and Type Method Description voidFoundationProxyHandler. addAfterMethodHook(Method method, Consumer<NSInvocation> handler)voidFoundationProxyHandler. addAfterMethodHook(String selector, Consumer<NSInvocation> handler)voidFoundationProxyHandler. addBeforeMethodHook(Method method, Function<NSInvocation,Boolean> handler)voidFoundationProxyHandler. addBeforeMethodHook(String selector, Function<NSInvocation,Boolean> handler)Constructor parameters in de.jangassen.jfa with type arguments of type NSInvocation Constructor Description FoundationMethod(Consumer<NSInvocation> handler, String methodName, Class<?> returnType, NamedType... arguments) -
Uses of NSInvocation in de.jangassen.jfa.appkit
Methods in de.jangassen.jfa.appkit that return NSInvocation Modifier and Type Method Description static NSInvocationNSInvocation. alloc()Methods in de.jangassen.jfa.appkit with parameters of type NSInvocation Modifier and Type Method Description voidNSProxy. forwardInvocation(NSInvocation invocation)
-