C# Class BitSharper.AbstractPeerEventListener

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

Méthodes publiques

Méthode Description
OnBlocksDownloaded ( Peer peer, Block block, int blocksLeft ) : void
OnChainDownloadStarted ( Peer peer, int blocksLeft ) : void

Method Details

OnBlocksDownloaded() public méthode

public OnBlocksDownloaded ( Peer peer, Block block, int blocksLeft ) : void
peer Peer
block Block
blocksLeft int
Résultat void

OnChainDownloadStarted() public méthode

public OnChainDownloadStarted ( Peer peer, int blocksLeft ) : void
peer Peer
blocksLeft int
Résultat void