-
- All Superinterfaces:
DataContext
- All Known Implementing Classes:
SpatialDataProxy,SpatialDataView
public interface SpatialDataContext<S> extends DataContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddidClear()voiddidMove(swim.structure.Value key, long newX, long newY, swim.structure.Value newValue, long oldX, long oldY, swim.structure.Value oldValue)voiddidRemove(swim.structure.Value key, long x, long y, swim.structure.Value oldValue)voiddidUpdate(swim.structure.Value key, long x, long y, 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, long x, long y, swim.structure.Value newValue, swim.structure.Value oldValue)
-
didMove
void didMove(swim.structure.Value key, long newX, long newY, swim.structure.Value newValue, long oldX, long oldY, swim.structure.Value oldValue)
-
didRemove
void didRemove(swim.structure.Value key, long x, long y, swim.structure.Value oldValue)
-
didClear
void didClear()
-
-