Package org.bitcoinj.wallet.listeners
Interface ScriptsChangeEventListener
- 
- All Known Implementing Classes:
- NativeScriptsChangeEventListener
 
 public interface ScriptsChangeEventListenerImplementors are called when the contents of the wallet changes, for instance due to receiving/sending money or a block chain re-organize. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonScriptsChanged(Wallet wallet, java.util.List<Script> scripts, boolean isAddingScripts)Called whenever a new watched script is added to the wallet.
 
-