Uses of Class
com.jniwrapper.macosx.cocoa.nsurlhandle.NSURLHandle

Packages that use NSURLHandle
com.jniwrapper.macosx.cocoa.nsurl   
com.jniwrapper.macosx.cocoa.nsurlhandle   
 

Uses of NSURLHandle in com.jniwrapper.macosx.cocoa.nsurl
 

Methods in com.jniwrapper.macosx.cocoa.nsurl with parameters of type NSURLHandle
 void NSURL.URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender, NSData newBytes)
          This method represents the URLHandle() method of the NSURL Objective-C class.
 void NSURL.URLHandleResourceDidBeginLoading(NSURLHandle sender)
           
 void NSURL.URLHandleResourceDidCancelLoading(NSURLHandle sender)
           
 void NSURL.URLHandleResourceDidFinishLoading(NSURLHandle sender)
           
 void NSURL.URLHandle_resourceDidFailLoadingWithReason(NSURLHandle sender, java.lang.String reason)
          This method represents the URLHandle() method of the NSURL Objective-C class.
 

Uses of NSURLHandle in com.jniwrapper.macosx.cocoa.nsurlhandle
 

Methods in com.jniwrapper.macosx.cocoa.nsurlhandle with parameters of type NSURLHandle
 void NSURLHandleClientProtocol.URLHandleResourceDidFinishLoading(NSURLHandle sender)
           
 void NSURLHandleClientProtocol.URLHandleResourceDidBeginLoading(NSURLHandle sender)
           
 void NSURLHandleClientProtocol.URLHandleResourceDidCancelLoading(NSURLHandle sender)
           
 void NSURLHandleClientProtocol.URLHandle_resourceDidFailLoadingWithReason(NSURLHandle sender, java.lang.String reason)
          This method represents the URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol.
 void NSURLHandleClientProtocol.URLHandle_resourceDataDidBecomeAvailable(NSURLHandle sender, NSData newBytes)
          This method represents the URLHandle() method of the NSURLHandleClientProtocol Objective-C protocol.