public interface NotifyableObservable<T> extends Observable<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotifyableObservable.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyObservers(T arg) |
addObserver, clear, getPublishedType, removeObservervoid notifyObservers(T arg)
Copyright © 2015 CoolArch. All Rights Reserved.