See: Description
| Interface | Description |
|---|---|
| NotificationCenter |
Central component to provide a notification mechanism.
|
| NotificationObserver |
Observer for getting notifications.
|
| Class | Description |
|---|---|
| DefaultNotificationCenter |
Default implementation of
NotificationCenter. |
| NotificationCenterFactory |
This class is used to get instances of the
NotificationCenter interface. |
| NotificationTestHelper |
The
NotificationTestHelper is used to simplify the testing of
notifications. |
| ThreadlessNotificationTestHelper |
The
ThreadlessNotificationTestHelper is an alternative to the NotificationTestHelper and can be used
to test notifications, for instance from view models. |
| WeakNotificationObserver |
This class is a wrapper of a
NotificationObserver that only
holds a weak reference to the observer. |
Copyright © 2019 Saxonia Systems AG. All rights reserved.