NotificationCenter Class
Public Member Functions | |
| bool | HandlerSetHasObserver (NotificationHandler handler, string notificationName) |
| Determines if a specific handler has already been registered to a notification. More... | |
| void | AddObserver (NotificationHandler handler, string notificationName) |
| Registers a handler to a notification. More... | |
| void | RemoveObserver (NotificationHandler handler, string notificationName) |
| Unregisters a handler from a notification. More... | |