public abstract class VarNotifyBase<T> extends VarBase<T> implements VarNotify<T>
| 构造器和说明 |
|---|
VarNotifyBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Callback<VarNotify<T>> callBack) |
java.util.Iterator<Callback<VarNotify<T>>> |
iterator() |
protected void |
load(T data) |
void |
remove(Callback<VarNotify<T>> callBack) |
void |
set(T data) |