-
- 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 voidstreeDidDrop(STree newTree, STree oldTree, long lower)voidstreeDidInsert(STree newTree, STree oldTree, long index, Value id, Value newValue)voidstreeDidRemove(STree newTree, STree oldTree, long index, Value id, Value oldValue)voidstreeDidTake(STree newTree, STree oldTree, long upper)voidstreeDidUpdate(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)
-
-