public class NativeKeyChainEventListener extends java.lang.Object implements KeyChainEventListener
| Modifier and Type | Field and Description | 
|---|---|
| long | ptr | 
| Constructor and Description | 
|---|
| NativeKeyChainEventListener() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onKeysAdded(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. | 
public void onKeysAdded(java.util.List<ECKey> keys)
KeyChainEventListenerKeyChain implementation for details on what
 can trigger this event.onKeysAdded in interface KeyChainEventListener