Uses of Class
com.jniwrapper.macosx.cocoa.nsrunloop.NSRunLoop

Packages that use NSRunLoop
com.jniwrapper.macosx.cocoa.nsconnection   
com.jniwrapper.macosx.cocoa.nsnetservices   
com.jniwrapper.macosx.cocoa.nsport   
com.jniwrapper.macosx.cocoa.nsstream   
 

Uses of NSRunLoop in com.jniwrapper.macosx.cocoa.nsconnection
 

Methods in com.jniwrapper.macosx.cocoa.nsconnection with parameters of type NSRunLoop
 void NSConnection.addRunLoop(NSRunLoop runloop)
           
 void NSConnection.removeRunLoop(NSRunLoop runloop)
           
 

Uses of NSRunLoop in com.jniwrapper.macosx.cocoa.nsnetservices
 

Methods in com.jniwrapper.macosx.cocoa.nsnetservices with parameters of type NSRunLoop
 void NSNetServiceBrowser.scheduleInRunLoop_forMode(NSRunLoop aRunLoop, java.lang.String mode)
          This method represents the scheduleInRunLoop() method of the NSNetServiceBrowser Objective-C class.
 void NSNetServiceBrowser.removeFromRunLoop_forMode(NSRunLoop aRunLoop, java.lang.String mode)
          This method represents the removeFromRunLoop() method of the NSNetServiceBrowser Objective-C class.
 void NSNetService.scheduleInRunLoop_forMode(NSRunLoop aRunLoop, java.lang.String mode)
          This method represents the scheduleInRunLoop() method of the NSNetService Objective-C class.
 void NSNetService.removeFromRunLoop_forMode(NSRunLoop aRunLoop, java.lang.String mode)
          This method represents the removeFromRunLoop() method of the NSNetService Objective-C class.
 

Uses of NSRunLoop in com.jniwrapper.macosx.cocoa.nsport
 

Methods in com.jniwrapper.macosx.cocoa.nsport with parameters of type NSRunLoop
 void NSPort.removeConnection_fromRunLoop_forMode(NSConnection conn, NSRunLoop runLoop, java.lang.String mode)
          This method represents the removeConnection() method of the NSPort Objective-C class.
 void NSPort.addConnection_toRunLoop_forMode(NSConnection conn, NSRunLoop runLoop, java.lang.String mode)
          This method represents the addConnection() method of the NSPort Objective-C class.
 void NSPort.scheduleInRunLoop_forMode(NSRunLoop runLoop, java.lang.String mode)
          This method represents the scheduleInRunLoop() method of the NSPort Objective-C class.
 void NSPort.removeFromRunLoop_forMode(NSRunLoop runLoop, java.lang.String mode)
          This method represents the removeFromRunLoop() method of the NSPort Objective-C class.
 void NSMachPort.scheduleInRunLoop_forMode(NSRunLoop runLoop, java.lang.String mode)
          This method represents the scheduleInRunLoop() method of the NSMachPort Objective-C class.
 void NSMachPort.removeFromRunLoop_forMode(NSRunLoop runLoop, java.lang.String mode)
          This method represents the removeFromRunLoop() method of the NSMachPort Objective-C class.
 

Uses of NSRunLoop in com.jniwrapper.macosx.cocoa.nsstream
 

Methods in com.jniwrapper.macosx.cocoa.nsstream with parameters of type NSRunLoop
 void NSStream.scheduleInRunLoop_forMode(NSRunLoop aRunLoop, java.lang.String mode)
          This method represents the scheduleInRunLoop() method of the NSStream Objective-C class.
 void NSStream.removeFromRunLoop_forMode(NSRunLoop aRunLoop, java.lang.String mode)
          This method represents the removeFromRunLoop() method of the NSStream Objective-C class.