Package org.bitcoinj.wallet.listeners
Interface KeyChainEventListener
- 
- All Known Implementing Classes:
- AbstractKeyChainEventListener,- NativeKeyChainEventListener
 
 public interface KeyChainEventListener
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonKeysAdded(java.util.List<ECKey> keys)Called whenever a new key is added to the key chain, whether that be via an explicit addition or due to some other automatic derivation.
 
-