| Interface | Description |
|---|---|
| ComplexNotification |
Interface for notifications generated by a
ComplexObservable when the
ComplexObservable.beginComplexNotification() method is used. |
| ComplexObservable | |
| ComplexObserver |
Interface to mark
Observer objects as able to handle
DefaultComplexNotification objects by itself. |
| ComplexWeakReferencingObservable |
Adds operations to the Observable to perform complex notifications (a group
of notifications to be performed in group), and to be able to enable/disable
notifications.
|
| Notification | |
| Observable | |
| Observer |
A interface to be implemented by objects that want to be
informed of changes in
Observable objects. |
| Subscribers | |
| WeakReferencingObservable |
| Class | Description |
|---|---|
| AbstractSubscribers | |
| BaseNotification | |
| ObservableHelper |