org.rococoa.cocoa.ae
Interface AELibrary.AERemoteProcessResolverCallback

All Superinterfaces:
Callback
Enclosing interface:
AELibrary

public static interface AELibrary.AERemoteProcessResolverCallback
extends Callback

AERemoteProcessResolverCallback

Discussion:
A callback made when the asynchronous execution of a resolver
completes, either due to success or failure. The data itself
should be obtained with AERemoteProcessResolverGetProcesses.


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(AELibrary.AERemoteProcessResolver ref, Pointer info)
           
 

Method Detail

invoke

void invoke(AELibrary.AERemoteProcessResolver ref,
            Pointer info)