public abstract class TypedObserver<T> extends java.lang.Object implements ITypedObserver<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
NOTIFICATION_TYPE_NONE |
| Constructor and Description |
|---|
TypedObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
update(ITypedObservable<T> paramObservable,
T paramObject) |
void |
update(ITypedObservable<T> paramObservable,
T paramObject,
int notificationType) |
public void update(ITypedObservable<T> paramObservable, T paramObject)
update in interface ITypedObserver<T>public void update(ITypedObservable<T> paramObservable, T paramObject, int notificationType)
update in interface ITypedObserver<T>