org.rococoa.cocoa.cfnetwork
Interface CFNetworkLibrary.CFHostClientCallBack

All Superinterfaces:
Callback
Enclosing interface:
CFNetworkLibrary

public static interface CFNetworkLibrary.CFHostClientCallBack
extends Callback

CFHostClientCallBack

Discussion:
Callback function which is called upon error or completion of an
asynchronous resolve.

Parameters:

theHost:
Host whose resolution is complete.

typeInfo:
Enum representing which info resolution is complete.

error:
Reference to an error structure if the resolution failed.

info:
Client's info reference which was passed into the client
context.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CFNetwork.framework/Headers/CFHost.h


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 void invoke(CFNetworkLibrary.__CFHost theHost, int typeInfo, CFStreamError error, Pointer info)
           
 

Method Detail

invoke

void invoke(CFNetworkLibrary.__CFHost theHost,
            int typeInfo,
            CFStreamError error,
            Pointer info)


Copyright © 2009. All Rights Reserved.