org.bridj.objc
Class NSInvocation
java.lang.Object
org.bridj.NativeObject
org.bridj.objc.ObjCObject
org.bridj.objc.NSObject
org.bridj.objc.NSInvocation
- All Implemented Interfaces:
- NativeObjectInterface
public class NSInvocation
- extends NSObject
Methods inherited from class org.bridj.objc.ObjCObject |
description, equals, hash, hashCode, init, isEqual, isKindOf, isKindOfClassNamed, isMemberOf, isMemberOfClassNamed, methodFor, perform, perform$with, perform$with$with, respondsTo, stringValue, toString |
NSInvocation
public NSInvocation()
selector
public SEL selector()
setSelector
public void setSelector(SEL selector)
target
public Pointer<? extends ObjCObject> target()
setTarget
public void setTarget(Pointer<? extends ObjCObject> target)
setArgument_atIndex
public void setArgument_atIndex(Pointer<?> buffer,
long index)
getArgument_atIndex
public void getArgument_atIndex(Pointer<?> buffer,
long index)
setReturnValue
public void setReturnValue(Pointer<?> buffer)
getReturnValue
public void getReturnValue(Pointer<?> buffer)
Copyright © 2009-2012. All Rights Reserved.