org.rococoa.cocoa.osservices
Interface OSServicesLibrary.CSIdentityQueryReceiveEventCallback

All Superinterfaces:
Callback
Enclosing interface:
OSServicesLibrary

public static interface OSServicesLibrary.CSIdentityQueryReceiveEventCallback
extends Callback

CSIdentityQueryReceiveEventCallback

Summary:
The client event callback function for receiving asynchronous
query events

Parameters:

query:
The identity query object that has completed an event

event:
The event the identity query object has completed

identities:
a CFArray containing identities resulting from the query

error:
A CFError object if there was an error from the query

info:
Any other information you want passed to the callback function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.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(OSServicesLibrary.__CSIdentityQuery query, NativeLong event, HIServicesLibrary.__CFArray identities, ColorSyncLibrary.__CFError error, Pointer info)
           
 

Method Detail

invoke

void invoke(OSServicesLibrary.__CSIdentityQuery query,
            NativeLong event,
            HIServicesLibrary.__CFArray identities,
            ColorSyncLibrary.__CFError error,
            Pointer info)


Copyright © 2009. All Rights Reserved.