public interface ITypedObserver<T>
| Modifier and Type | Method and Description |
|---|---|
void |
update(ITypedObservable<T> observable,
T param) |
void |
update(ITypedObservable<T> observable,
T param,
int notificationType) |
void update(ITypedObservable<T> observable, T param, int notificationType)
void update(ITypedObservable<T> observable, T param)