23OF_ASSUME_NONNULL_BEGIN
33typedef void (^OFNotificationCenterBlock)(
OFNotification *notification);
41#ifndef OF_NOTIFICATION_CENTER_M
42OF_SUBCLASSING_RESTRICTED
49#ifdef OF_HAVE_CLASS_PROPERTIES
70- (void)addObserver: (
id)observer
71 selector: (
SEL)selector
73 object: (nullable
id)object;
84- (void)removeObserver: (
id)observer
85 selector: (
SEL)selector
87 object: (nullable
id)object;
103 object: (nullable
id)object
104 usingBlock: (OFNotificationCenterBlock)block;
112- (void)removeObserver: (
id)observer;
129 object: (nullable
id)object;
140 object: (nullable
id)object
A class for storing constant strings using the @"" literal.
Definition OFConstantString.h:42
An abstract class for storing objects in a dictionary.
Definition OFDictionary.h:84
An abstract class for storing and changing objects in a dictionary.
Definition OFMutableDictionary.h:48
A class to send and register for notifications.
Definition OFNotificationCenter.h:45
A class to represent a notification for or from OFNotificationCenter.
Definition OFNotification.h:42
The root class for all other classes inside ObjFW.
Definition OFObject.h:692