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,
Object object) |
addObserver, addObserver, addObservers, beginComplexNotification, clearChanged, clone, countObservers, deleteObserver, deleteObserver, deleteObservers, disableNotifications, enableNotifications, endComplexNotification, hasChanged, inComplex, isEnabledNotifications, notifyObservers, notifyObservers, setChanged
public DelegateWeakReferencingObservable(WeakReferencingObservable observable)
protected void notify(WeakReferencingObservable observable, Object object)
notify
in class BaseWeakReferencingObservable