C# Class BitSharper.AbstractPeerEventListener

Convenience abstract class for implementing a PeerEventListener.
The default method implementations do nothing. @author [email protected] (Miron Cuperman)
Inheritance: IPeerEventListener
Show file Open project: TangibleCryptography/BitSharper

Public Methods

Method Description
OnBlocksDownloaded ( Peer peer, Block block, int blocksLeft ) : void
OnChainDownloadStarted ( Peer peer, int blocksLeft ) : void

Method Details

OnBlocksDownloaded() public method

public OnBlocksDownloaded ( Peer peer, Block block, int blocksLeft ) : void
peer Peer
block Block
blocksLeft int
return void

OnChainDownloadStarted() public method

public OnChainDownloadStarted ( Peer peer, int blocksLeft ) : void
peer Peer
blocksLeft int
return void