Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
Modifier and Type | Method and Description |
---|---|
void |
TransactionBroadcast.setProgressCallback(TransactionBroadcast.ProgressCallback callback)
Sets the given callback for receiving progress values, which will run on the user thread.
|
void |
TransactionBroadcast.setProgressCallback(TransactionBroadcast.ProgressCallback callback,
Executor executor)
Sets the given callback for receiving progress values, which will run on the given executor.
|
Copyright © 2016. All rights reserved.