Package org.robovm.apple.corefoundation
Class CFRunLoopObserver
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corefoundation.CFRunLoopObserver
- All Implemented Interfaces:
AutoCloseable
public class CFRunLoopObserver extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFRunLoopObserver.CFRunLoopObserverPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFRunLoopObserver() -
Method Summary
Modifier and Type Method Description static CFRunLoopObservercreate(CFAllocator allocator, CFRunLoopActivity activities, boolean repeats, long order, VoidBlock2<CFRunLoopObserver,CFRunLoopActivity> block)static CFRunLoopObservercreate(CFRunLoopActivity activities, boolean repeats, long order, VoidBlock2<CFRunLoopObserver,CFRunLoopActivity> block)booleandoesRepeat()CFRunLoopActivitygetActivities()static longgetClassTypeID()longgetOrder()voidinvalidate()booleanisValid()Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFRunLoopObserver
protected CFRunLoopObserver()
-
-
Method Details
-
create
public static CFRunLoopObserver create(CFRunLoopActivity activities, boolean repeats, long order, VoidBlock2<CFRunLoopObserver,CFRunLoopActivity> block)- Since:
- Available in iOS 5.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
create
public static CFRunLoopObserver create(CFAllocator allocator, CFRunLoopActivity activities, boolean repeats, long order, VoidBlock2<CFRunLoopObserver,CFRunLoopActivity> block) -
getActivities
-
doesRepeat
public boolean doesRepeat() -
getOrder
public long getOrder() -
invalidate
public void invalidate() -
isValid
public boolean isValid()
-