org.rococoa.cocoa.carboncore
Interface CarbonCoreLibrary.FNSubscriptionProcPtr

All Superinterfaces:
Callback
Enclosing interface:
CarbonCoreLibrary

public static interface CarbonCoreLibrary.FNSubscriptionProcPtr
extends Callback

FNSubscriptionProcPtr

Discussion:
Callback delivered for directory notifications.

Parameters:

message:
An indication of what happened

flags:
Options about delivery of the notification (typically
kNilOptions)

refcon:
User reference supplied with subscription

subscription:
Subscription corresponding to this notification
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Files.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(int message, int flags, Pointer refcon, CarbonCoreLibrary.OpaqueFNSubscriptionRef subscription)
           
 

Method Detail

invoke

void invoke(int message,
            int flags,
            Pointer refcon,
            CarbonCoreLibrary.OpaqueFNSubscriptionRef subscription)


Copyright © 2009. All Rights Reserved.