org.rococoa.cocoa.foundation
Interface NSInvocation

All Superinterfaces:
NSObject

public interface NSInvocation
extends NSObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.NSObject
NSObject._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.NSObject
CLASS
 
Method Summary
 void getArgument_atIndex(com.sun.jna.Pointer receiver, int index)
           
 NSMethodSignature methodSignature()
           
 void setReturnValue(com.sun.jna.Memory buffer)
           
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Method Detail

methodSignature

NSMethodSignature methodSignature()

getArgument_atIndex

void getArgument_atIndex(com.sun.jna.Pointer receiver,
                         int index)

setReturnValue

void setReturnValue(com.sun.jna.Memory buffer)


Copyright © 2009. All Rights Reserved.