- java.lang.Object
-
- de.jangassen.jfa.FoundationMethod
-
public class FoundationMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description FoundationMethod(Consumer<NSInvocation> handler, String methodName, Class<?> returnType, NamedType... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NSMethodSignaturegetMethodSignature()com.sun.jna.PointergetSelector()voidinvoke(NSInvocation invocation)
-
-
-
Constructor Detail
-
FoundationMethod
public FoundationMethod(Consumer<NSInvocation> handler, String methodName, Class<?> returnType, NamedType... arguments)
-
-
Method Detail
-
getMethodSignature
public NSMethodSignature getMethodSignature()
-
getSelector
public com.sun.jna.Pointer getSelector()
-
invoke
public void invoke(NSInvocation invocation)
-
-