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.