Uses of Class
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.__FSEventStream

Packages that use CarbonCoreLibrary.__FSEventStream
org.rococoa.cocoa.carboncore   
 

Uses of CarbonCoreLibrary.__FSEventStream in org.rococoa.cocoa.carboncore
 

Methods in org.rococoa.cocoa.carboncore that return CarbonCoreLibrary.__FSEventStream
 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.
 

Methods in org.rococoa.cocoa.carboncore with parameters of type CarbonCoreLibrary.__FSEventStream
 HIServicesLibrary.__CFArray CarbonCoreLibrary.FSEventStreamCopyPathsBeingWatched(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamCopyPathsBeingWatched()

Discussion:
Fetches the paths supplied when the stream was created via one of
the FSEventStreamCreate...() functions.
 long CarbonCoreLibrary.FSEventStreamFlushAsync(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamFlushAsync()

Discussion:
Asks the FS Events service to flush out any events that have
occurred but have not yet been delivered, due to the latency
parameter that was supplied when the stream was created.
 void CarbonCoreLibrary.FSEventStreamFlushSync(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamFlushSync()

Discussion:
Asks the FS Events service to flush out any events that have
occurred but have not yet been delivered, due to the latency
parameter that was supplied when the stream was created.
 int CarbonCoreLibrary.FSEventStreamGetDeviceBeingWatched(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamGetDeviceBeingWatched()

Discussion:
Fetches the dev_t supplied when the stream was created via
FSEventStreamCreateRelativeToDevice(), otherwise 0.
 long CarbonCoreLibrary.FSEventStreamGetLatestEventId(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamGetLatestEventId()

Discussion:
Fetches the sinceWhen property of the stream.
 void CarbonCoreLibrary.FSEventStreamInvalidate(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamInvalidate()

Discussion:
Invalidates the stream, like CFRunLoopSourceInvalidate() does for
a CFRunLoopSourceRef.
 void CarbonCoreLibrary.FSEventStreamRelease(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamRelease()

Discussion:
Decrements the stream's refcount.
 void CarbonCoreLibrary.FSEventStreamRetain(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamRetain()

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void FSEventStreamRetain(FSEventStreamRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/FSEvents.h:892
 void CarbonCoreLibrary.FSEventStreamShow(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamShow()

Discussion:
Prints a description of the supplied stream to stderr.
 boolean CarbonCoreLibrary.FSEventStreamStart(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamStart()

Discussion:
Attempts to register with the FS Events service to receive events
per the parameters in the stream.
 void CarbonCoreLibrary.FSEventStreamStop(CarbonCoreLibrary.__FSEventStream streamRef)
          FSEventStreamStop()

Discussion:
Unregisters with the FS Events service.
 void CarbonCoreLibrary.FSEventStreamCallback.invoke(CarbonCoreLibrary.__FSEventStream streamRef, Pointer clientCallBackInfo, NativeSize numEvents, Pointer eventPaths, IntByReference eventFlags, LongByReference eventIds)
           
 



Copyright © 2009. All Rights Reserved.