-
- All Superinterfaces:
TreeDelegate
- All Known Implementing Classes:
ListDataModel
public interface STreeDelegate extends TreeDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
streeDidDrop(STree newTree, STree oldTree, long lower)
void
streeDidInsert(STree newTree, STree oldTree, long index, Value id, Value newValue)
void
streeDidRemove(STree newTree, STree oldTree, long index, Value id, Value oldValue)
void
streeDidTake(STree newTree, STree oldTree, long upper)
void
streeDidUpdate(STree newTree, STree oldTree, long index, Value id, Value newValue, Value oldValue)
-
Methods inherited from interface swim.db.TreeDelegate
treeDidChange, treeDidClear, treeDidCommit, treeDidLoadPage
-
-
-
-
Method Detail
-
streeDidUpdate
void streeDidUpdate(STree newTree, STree oldTree, long index, Value id, Value newValue, Value oldValue)
-
streeDidInsert
void streeDidInsert(STree newTree, STree oldTree, long index, Value id, Value newValue)
-
streeDidRemove
void streeDidRemove(STree newTree, STree oldTree, long index, Value id, Value oldValue)
-
-