Interface | Description |
---|---|
Observer<ObservableType,Event> |
This is a type-safe version of
Observable . |
ObserverNotifier<ObservableType,Event> |
Implementation of notification of subscribers.
|
Class | Description |
---|---|
DefaultObserverNotifier<ObservableType,Event> |
Default observer notifier which calls
org.wamblee.observer.Observer#send(ObservableType, Event)
immediately. |
Observable<ObservableType,Event> |
Implements subscription and notification logic for an observer pattern.
|
Copyright © 2024. All rights reserved.