bamboo.dmgr
Interface DataManager.TreeReadyCB

Enclosing class:
DataManager

protected static interface DataManager.TreeReadyCB

If a piece of code needs the Merkle tree stored by a TreeState object to be valid from the root down, it calls TreeState.wait_for_ready with a callback of this type; when the tree is valid, the TreeState object will call all of the registered callbacks.


Method Summary
 void tree_ready(MerkleTree tree)
           
 

Method Detail

tree_ready

void tree_ready(MerkleTree tree)