Uses of Class
com.jniwrapper.macosx.cocoa.nsinvocation.NSInvocation

Packages that use NSInvocation
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsproxy   
com.jniwrapper.macosx.cocoa.nstimer   
com.jniwrapper.macosx.cocoa.nsundomanager   
 

Uses of NSInvocation in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSInvocation
 void NSObject.forwardInvocation(NSInvocation anInvocation)
           
 

Uses of NSInvocation in com.jniwrapper.macosx.cocoa.nsproxy
 

Methods in com.jniwrapper.macosx.cocoa.nsproxy with parameters of type NSInvocation
 void NSProxy.forwardInvocation(NSInvocation invocation)
           
 

Uses of NSInvocation in com.jniwrapper.macosx.cocoa.nstimer
 

Methods in com.jniwrapper.macosx.cocoa.nstimer with parameters of type NSInvocation
static com.jniwrapper.Pointer.Void NSTimer.static_timerWithTimeInterval_invocation_repeats(NSTimeInterval ti, NSInvocation invocation, boolean yesOrNo)
          This method represents the timerWithTimeInterval() method of the NSTimer Objective-C class.
static com.jniwrapper.Pointer.Void NSTimer.static_scheduledTimerWithTimeInterval_invocation_repeats(NSTimeInterval ti, NSInvocation invocation, boolean yesOrNo)
          This method represents the scheduledTimerWithTimeInterval() method of the NSTimer Objective-C class.
 

Uses of NSInvocation in com.jniwrapper.macosx.cocoa.nsundomanager
 

Methods in com.jniwrapper.macosx.cocoa.nsundomanager with parameters of type NSInvocation
 void NSUndoManager.forwardInvocation(NSInvocation anInvocation)