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 deprecatedPeerDataEventListenerbecause most (all?) implementations ofPeerDataEventListenerwere only usingBlocksDownloadedEventListenerandChainDownloadStartedEventListeneranyway.
-
-
Method Summary
-
Methods inherited from interface org.bitcoinj.core.listeners.BlocksDownloadedEventListener
onBlocksDownloaded
-
Methods inherited from interface org.bitcoinj.core.listeners.ChainDownloadStartedEventListener
onChainDownloadStarted
-
-