| Package | Description |
|---|---|
| org.openbase.jul.pattern |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObservable<T> |
class |
ObservableImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractObservable.notifyObservers(Observable<T> source,
T observable)
Notify all changes of the observable to all observers only if the observable has changed.
|
void |
Observer.update(Observable<T> source,
T data)
This method is called whenever the observed object is changed.
|
Copyright © 2015–2018 openbase.org. All rights reserved.