org.rococoa.cocoa.foundation
Class NSInvocation

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSInvocation
All Implemented Interfaces:
ObjCObject

public abstract class NSInvocation
extends NSObject


Nested Class Summary
 
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject
NSObject._class_
 
Field Summary
 
Fields inherited from class org.rococoa.cocoa.foundation.NSObject
CLASS
 
Constructor Summary
NSInvocation()
           
 
Method Summary
abstract  void getArgument_atIndex(com.sun.jna.Pointer receiver, int index)
           
abstract  NSMethodSignature methodSignature()
           
abstract  void setReturnValue(com.sun.jna.Memory buffer)
           
 
Methods inherited from class org.rococoa.cocoa.foundation.NSObject
description, isKindOfClass, isKindOfClass, release, retain, retainCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Constructor Detail

NSInvocation

public NSInvocation()
Method Detail

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.