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