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
invoke
void invoke(int message,
int flags,
Pointer refcon,
CarbonCoreLibrary.OpaqueFNSubscriptionRef subscription)
Copyright © 2009. All Rights Reserved.