org.rococoa.cocoa.corefoundation
Interface CoreFoundationLibrary.CFMessagePortInvalidationCallBack

All Superinterfaces:
Callback
Enclosing interface:
CoreFoundationLibrary

public static interface CoreFoundationLibrary.CFMessagePortInvalidationCallBack
extends Callback

If callout wants to keep a hold of the data past the return of the callout, it must COPY the data. This includes the case where the data is given to some routine which _might_ keep a hold of it; System will release returned CFData.
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMessagePort.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(CoreFoundationLibrary.__CFMessagePort ms, Pointer info)
           
 

Method Detail

invoke

void invoke(CoreFoundationLibrary.__CFMessagePort ms,
            Pointer info)


Copyright © 2009. All Rights Reserved.