Uses of Interface
com.google.bitcoin.core.BlockChainListener

Packages that use BlockChainListener
com.google.bitcoin.core   
com.google.bitcoin.jni   
 

Uses of BlockChainListener in com.google.bitcoin.core
 

Classes in com.google.bitcoin.core that implement BlockChainListener
 class AbstractBlockChainListener
          Default no-op implementation of BlockChainListener.
 class Wallet
          A Wallet stores keys and a record of transactions that send and receive value from those keys.
 

Methods in com.google.bitcoin.core with parameters of type BlockChainListener
 void AbstractBlockChain.addListener(BlockChainListener listener)
          Adds a generic BlockChainListener listener to the chain.
 void AbstractBlockChain.addListener(BlockChainListener listener, Executor executor)
          Adds a generic BlockChainListener listener to the chain.
 void AbstractBlockChain.removeListener(BlockChainListener listener)
          Removes the given BlockChainListener from the chain.
 

Constructor parameters in com.google.bitcoin.core with type arguments of type BlockChainListener
AbstractBlockChain(NetworkParameters params, List<BlockChainListener> listeners, BlockStore blockStore)
          Constructs a BlockChain connected to the given list of listeners (eg, wallets) and a store.
BlockChain(NetworkParameters params, List<BlockChainListener> wallets, BlockStore blockStore)
          Constructs a BlockChain connected to the given list of listeners and a store.
FullPrunedBlockChain(NetworkParameters params, List<BlockChainListener> listeners, FullPrunedBlockStore blockStore)
          Constructs a BlockChain connected to the given list of wallets and a store.
 

Uses of BlockChainListener in com.google.bitcoin.jni
 

Classes in com.google.bitcoin.jni that implement BlockChainListener
 class NativeBlockChainListener
          An event listener that relays events to a native C++ object.
 



Copyright © 2014. All rights reserved.