|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CFRunLoopTimerContext | |
---|---|
org.rococoa.cocoa.corefoundation |
Uses of CFRunLoopTimerContext in org.rococoa.cocoa.corefoundation |
---|
Subclasses of CFRunLoopTimerContext in org.rococoa.cocoa.corefoundation | |
---|---|
static class |
CFRunLoopTimerContext.ByReference
|
static class |
CFRunLoopTimerContext.ByValue
|
Methods in org.rococoa.cocoa.corefoundation that return CFRunLoopTimerContext | |
---|---|
static CFRunLoopTimerContext[] |
CFRunLoopTimerContext.newArray(int arrayLength)
|
Methods in org.rococoa.cocoa.corefoundation with parameters of type CFRunLoopTimerContext | |
---|---|
CoreFoundationLibrary.__CFRunLoopTimer |
CoreFoundationLibrary.CFRunLoopTimerCreate(CoreFoundationLibrary.__CFAllocator allocator,
double fireDate,
double interval,
NativeLong flags,
NativeLong order,
CoreFoundationLibrary.CFRunLoopTimerCallBack callout,
CFRunLoopTimerContext context)
Original signature : CFRunLoopTimerRef CFRunLoopTimerCreate(CFAllocatorRef, CFAbsoluteTime, CFTimeInterval, CFOptionFlags, CFIndex, CFRunLoopTimerCallBack, CFRunLoopTimerContext*) native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:157 |
void |
CoreFoundationLibrary.CFRunLoopTimerGetContext(CoreFoundationLibrary.__CFRunLoopTimer timer,
CFRunLoopTimerContext context)
Original signature : void CFRunLoopTimerGetContext(CFRunLoopTimerRef, CFRunLoopTimerContext*) native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:165 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |