public class AbstractKeyChainEventListener extends Object implements KeyChainEventListener
Constructor and Description |
---|
AbstractKeyChainEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
onKeysAdded(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(List<ECKey> keys)
KeyChainEventListener
KeyChain
implementation for details on what
can trigger this event.onKeysAdded
in interface KeyChainEventListener
Copyright © 2016. All rights reserved.