-
- All Superinterfaces:
TreeDelegate
public interface QTreeDelegate extends TreeDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidqtreeDidMove(QTree newTree, QTree oldTree, swim.structure.Value key, long newX, long newY, swim.structure.Value newValue, long oldX, long oldY, swim.structure.Value oldValue)voidqtreeDidRemove(QTree newTree, QTree oldTree, swim.structure.Value key, long x, long y, swim.structure.Value oldValue)voidqtreeDidUpdate(QTree newTree, QTree oldTree, swim.structure.Value key, long x, long y, swim.structure.Value newValue, swim.structure.Value oldValue)-
Methods inherited from interface swim.db.TreeDelegate
treeDidChange, treeDidClear, treeDidCommit, treeDidLoadPage
-
-
-
-
Method Detail
-
qtreeDidUpdate
void qtreeDidUpdate(QTree newTree, QTree oldTree, swim.structure.Value key, long x, long y, swim.structure.Value newValue, swim.structure.Value oldValue)
-
qtreeDidMove
void qtreeDidMove(QTree newTree, QTree oldTree, swim.structure.Value key, long newX, long newY, swim.structure.Value newValue, long oldX, long oldY, swim.structure.Value oldValue)
-
-