public class DelegateWeakReferencingObservable extends BaseWeakReferencingObservable
| Constructor and Description |
|---|
DelegateWeakReferencingObservable(WeakReferencingObservable observable)
Creates a new DelegateObservable with the Observable to be used to notify
the Observers.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
notify(WeakReferencingObservable observable,
java.lang.Object object) |
addObserver, addObserver, addObservers, beginComplexNotification, clearChanged, clone, countObservers, deleteObserver, deleteObserver, deleteObservers, disableNotifications, enableNotifications, endComplexNotification, hasChanged, inComplex, isEnabledNotifications, notifyObservers, notifyObservers, setChangedpublic DelegateWeakReferencingObservable(WeakReferencingObservable observable)
protected void notify(WeakReferencingObservable observable, java.lang.Object object)
notify in class BaseWeakReferencingObservable