Uses of Class
org.rococoa.cocoa.corefoundation.CFRunLoopObserverContext

Packages that use CFRunLoopObserverContext
org.rococoa.cocoa.corefoundation   
 

Uses of CFRunLoopObserverContext in org.rococoa.cocoa.corefoundation
 

Subclasses of CFRunLoopObserverContext in org.rococoa.cocoa.corefoundation
static class CFRunLoopObserverContext.ByReference
           
static class CFRunLoopObserverContext.ByValue
           
 

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

Methods in org.rococoa.cocoa.corefoundation with parameters of type CFRunLoopObserverContext
 CoreFoundationLibrary.__CFRunLoopObserver CoreFoundationLibrary.CFRunLoopObserverCreate(CoreFoundationLibrary.__CFAllocator allocator, NativeLong activities, boolean repeats, NativeLong order, CoreFoundationLibrary.CFRunLoopObserverCallBack callout, CFRunLoopObserverContext context)
          Original signature : CFRunLoopObserverRef CFRunLoopObserverCreate(CFAllocatorRef, CFOptionFlags, Boolean, CFIndex, CFRunLoopObserverCallBack, CFRunLoopObserverContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:136
 void CoreFoundationLibrary.CFRunLoopObserverGetContext(CoreFoundationLibrary.__CFRunLoopObserver observer, CFRunLoopObserverContext context)
          Original signature : void CFRunLoopObserverGetContext(CFRunLoopObserverRef, CFRunLoopObserverContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:143
 



Copyright © 2009. All Rights Reserved.