Uses of Class
org.robovm.apple.foundation.NSNotification
| Package | Description |
|---|---|
| org.robovm.apple.coredata | |
| org.robovm.apple.foundation | |
| org.robovm.apple.pdfkit |
-
Uses of NSNotification in org.robovm.apple.coredata
Methods in org.robovm.apple.coredata that return NSNotification Modifier and Type Method Description NSNotificationNSPersistentHistoryTransaction. objectIDNotification()Methods in org.robovm.apple.coredata with parameters of type NSNotification Modifier and Type Method Description voidNSManagedObjectContext. mergeChangesFromContextDidSaveNotification(NSNotification notification)Method parameters in org.robovm.apple.coredata with type arguments of type NSNotification Modifier and Type Method Description static NSObjectProtocolNSPersistentStoreCoordinator.Notifications. observeDidImportUbiquitousContentChanges(NSPersistentStoreCoordinator object, VoidBlock2<NSPersistentStoreCoordinator,NSNotification> block)static NSObjectProtocolNSManagedObjectContext.Notifications. observeObjectsDidChange(NSManagedObject object, VoidBlock3<NSManagedObject,NSManagedObjectContextNotification,NSNotification> block) -
Uses of NSNotification in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type NSNotification Modifier and Type Method Description voidNSNotificationQueue. dequeueNotificationsMatching(NSNotification notification, NSNotificationCoalescing coalesceMask)voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle)voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle, NSNotificationCoalescing coalesceMask, List<String> modes)voidNSNotificationQueue. enqueueNotification(NSNotification notification, NSPostingStyle postingStyle, NSNotificationCoalescing coalesceMask, NSRunLoopMode... modes)voidNSNotificationCenter. postNotification(NSNotification notification)Method parameters in org.robovm.apple.foundation with type arguments of type NSNotification Modifier and Type Method Description NSObjectProtocolNSNotificationCenter. addObserver(String name, NSObject object, NSOperationQueue queue, VoidBlock1<NSNotification> block)NSObjectNSNotificationCenter. addObserver(NSString name, NSObject obj, NSOperationQueue queue, VoidBlock1<NSNotification> block) -
Uses of NSNotification in org.robovm.apple.pdfkit
Methods in org.robovm.apple.pdfkit with parameters of type NSNotification Modifier and Type Method Description voidPDFDocumentDelegate. documentDidBeginDocumentFind(NSNotification notification)voidPDFDocumentDelegateAdapter. documentDidBeginDocumentFind(NSNotification notification)voidPDFDocumentDelegate. documentDidBeginPageFind(NSNotification notification)voidPDFDocumentDelegateAdapter. documentDidBeginPageFind(NSNotification notification)voidPDFDocumentDelegate. documentDidEndDocumentFind(NSNotification notification)voidPDFDocumentDelegateAdapter. documentDidEndDocumentFind(NSNotification notification)voidPDFDocumentDelegate. documentDidEndPageFind(NSNotification notification)voidPDFDocumentDelegateAdapter. documentDidEndPageFind(NSNotification notification)voidPDFDocumentDelegate. documentDidFindMatch(NSNotification notification)voidPDFDocumentDelegateAdapter. documentDidFindMatch(NSNotification notification)voidPDFDocumentDelegate. documentDidUnlock(NSNotification notification)voidPDFDocumentDelegateAdapter. documentDidUnlock(NSNotification notification)