public interface ScriptsChangeEventListener
Implementors are called when the contents of the wallet changes, for instance due to receiving/sending money
or a block chain re-organize. It may be convenient to derive from AbstractWalletEventListener
instead.
Modifier and Type | Method and Description |
---|---|
void |
onScriptsChanged(Wallet wallet,
List<Script> scripts,
boolean isAddingScripts)
Called whenever a new watched script is added to the wallet.
|
Copyright © 2016. All rights reserved.