Uses of Class
org.robovm.apple.foundation.NSNotificationCoalescing
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSNotificationCoalescing in org.robovm.apple.foundation
Fields in org.robovm.apple.foundation declared as NSNotificationCoalescing Modifier and Type Field Description static NSNotificationCoalescingNSNotificationCoalescing. CoalescingOnNamestatic NSNotificationCoalescingNSNotificationCoalescing. CoalescingOnSenderstatic NSNotificationCoalescingNSNotificationCoalescing. NoCoalescingstatic NSNotificationCoalescingNSNotificationCoalescing. NoneMethods in org.robovm.apple.foundation that return NSNotificationCoalescing Modifier and Type Method Description protected NSNotificationCoalescing[]NSNotificationCoalescing. _values()static NSNotificationCoalescing[]NSNotificationCoalescing. values()protected NSNotificationCoalescingNSNotificationCoalescing. wrap(long value, long mask)Methods in org.robovm.apple.foundation with parameters of type NSNotificationCoalescing Modifier and Type Method Description voidNSNotificationQueue. dequeueNotificationsMatching(NSNotification notification, NSNotificationCoalescing coalesceMask)voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle, NSNotificationCoalescing coalesceMask, List<String> modes)voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle, NSNotificationCoalescing coalesceMask, NSRunLoopMode... modes)