-
- All Superinterfaces:
DataContext
- All Known Implementing Classes:
MapDataProxy
,MapDataView
public interface MapDataContext extends DataContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
didClear()
void
didDrop(long lower)
void
didRemove(Value key, Value oldValue)
void
didTake(long upper)
void
didUpdate(Value key, Value newValue, Value oldValue)
-
Methods inherited from interface swim.store.DataContext
didChange, didCommit
-
-