Package com.rpl.rama
Interface ProxyState.Callback<T>
- Type Parameters:
T
- Expected type of object navigated by proxy call
- Enclosing interface:
ProxyState<T>
public static interface ProxyState.Callback<T>
Interface for specifying callbacks for fine-grained diffs as data changes
-
Method Summary
-
Method Details
-
change
Callback method for changes to this value- Parameters:
newVal
- New value after changediff
- Fine-grained information about how value changedoldVal
- Previous value before change
-