Package org.bitcoinj.core.listeners
Interface BlockchainDownloadEventListener
- All Superinterfaces:
BlocksDownloadedEventListener,ChainDownloadStartedEventListener
- All Known Implementing Classes:
DownloadProgressTracker
public interface BlockchainDownloadEventListener
extends BlocksDownloadedEventListener, ChainDownloadStartedEventListener
Event Listener for blockchain download. Replaces deprecated
PeerDataEventListener because most (all?)
implementations of PeerDataEventListener were only using BlocksDownloadedEventListener and ChainDownloadStartedEventListener anyway.-
Method Summary
Methods inherited from interface org.bitcoinj.core.listeners.BlocksDownloadedEventListener
onBlocksDownloadedMethods inherited from interface org.bitcoinj.core.listeners.ChainDownloadStartedEventListener
onChainDownloadStarted