Uses of Class
org.rococoa.cocoa.carboncore.FSEventStreamContext

Packages that use FSEventStreamContext
org.rococoa.cocoa.carboncore   
 

Uses of FSEventStreamContext in org.rococoa.cocoa.carboncore
 

Subclasses of FSEventStreamContext in org.rococoa.cocoa.carboncore
static class FSEventStreamContext.ByReference
           
static class FSEventStreamContext.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return FSEventStreamContext
static FSEventStreamContext[] FSEventStreamContext.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type FSEventStreamContext
 CarbonCoreLibrary.__FSEventStream CarbonCoreLibrary.FSEventStreamCreate(CoreFoundationLibrary.__CFAllocator allocator, CarbonCoreLibrary.FSEventStreamCallback callback, FSEventStreamContext context, HIServicesLibrary.__CFArray pathsToWatch, long sinceWhen, double latency, int flags)
          FSEventStreamCreate()

Discussion:
Creates a new FS event stream object with the given parameters.
 CarbonCoreLibrary.__FSEventStream CarbonCoreLibrary.FSEventStreamCreateRelativeToDevice(CoreFoundationLibrary.__CFAllocator allocator, CarbonCoreLibrary.FSEventStreamCallback callback, FSEventStreamContext context, int deviceToWatch, HIServicesLibrary.__CFArray pathsToWatchRelativeToDevice, long sinceWhen, double latency, int flags)
          FSEventStreamCreateRelativeToDevice()

Discussion:
Creates a new FS event stream object for a particular device with
the given parameters.
 



Copyright © 2009. All Rights Reserved.