-
- 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 voiddidClear()voiddidDrop(long lower)voiddidRemove(swim.structure.Value key, swim.structure.Value oldValue)voiddidTake(long upper)voiddidUpdate(swim.structure.Value key, swim.structure.Value newValue, swim.structure.Value oldValue)-
Methods inherited from interface swim.store.DataContext
didChange, didCommit
-
-
-
-
Method Detail
-
didUpdate
void didUpdate(swim.structure.Value key, swim.structure.Value newValue, swim.structure.Value oldValue)
-
didRemove
void didRemove(swim.structure.Value key, swim.structure.Value oldValue)
-
didDrop
void didDrop(long lower)
-
didTake
void didTake(long upper)
-
didClear
void didClear()
-
-