org.rococoa.cocoa.foundation
Class NSInvocation
java.lang.Object
org.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSInvocation
- All Implemented Interfaces:
- ObjCObject
public abstract class NSInvocation
- extends NSObject
Fields inherited from class org.rococoa.cocoa.foundation.NSObject |
CLASS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSInvocation
public NSInvocation()
methodSignature
public abstract NSMethodSignature methodSignature()
getArgument_atIndex
public abstract void getArgument_atIndex(com.sun.jna.Pointer receiver,
int index)
setReturnValue
public abstract void setReturnValue(com.sun.jna.Memory buffer)
Copyright © 2012. All Rights Reserved.