Dispatches a notification to all subscribed handlers.
The notification to dispatch.
Subscribes a handler to a specific notification name.
The notification name.
The handler to invoke when the notification is dispatched.
Unsubscribes a handler from a specific notification name.
The notification name.
The handler to remove.
Interface for a notification center that manages dispatching and subscription of notifications.