public class SimpleBitcoinPaymentListener extends Object implements BitcoinPaymentListener
| Constructor and Description |
|---|
SimpleBitcoinPaymentListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
block(String blockHash) |
void |
transaction(BitcoindRpcClient.Transaction transaction) |
public void block(String blockHash)
block in interface BitcoinPaymentListenerpublic void transaction(BitcoindRpcClient.Transaction transaction)
transaction in interface BitcoinPaymentListenerCopyright © 2017. All rights reserved.