Package com.db4o.internal.btree
Interface BTreeStructureListener
- 
- All Known Implementing Classes:
- BTree
 
 public interface BTreeStructureListener
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyCountChanged(Transaction trans, BTreeNode node, int diff)voidnotifyDeleted(Transaction trans, BTreeNode node)voidnotifySplit(Transaction trans, BTreeNode originalNode, BTreeNode newRightNode)
 
- 
- 
- 
Method Detail- 
notifySplitvoid notifySplit(Transaction trans, BTreeNode originalNode, BTreeNode newRightNode) 
 - 
notifyDeletedvoid notifyDeleted(Transaction trans, BTreeNode node) 
 - 
notifyCountChangedvoid notifyCountChanged(Transaction trans, BTreeNode node, int diff) 
 
- 
 
-