| 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. |
| org.bitcoinj.core.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBlockChain.addListener(BlockChainListener listener)
Deprecated.
|
void |
AbstractBlockChain.addListener(BlockChainListener listener,
Executor executor)
Deprecated.
|
void |
AbstractBlockChain.removeListener(BlockChainListener listener)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlockChainListener
Deprecated.
|
Copyright © 2018. All rights reserved.