Class AbstractKeyChainEventListener

java.lang.Object
org.bitcoinj.wallet.listeners.AbstractKeyChainEventListener
All Implemented Interfaces:
KeyChainEventListener

public class AbstractKeyChainEventListener extends Object implements KeyChainEventListener
  • Constructor Details

    • AbstractKeyChainEventListener

      public AbstractKeyChainEventListener()
  • Method Details

    • onKeysAdded

      public void onKeysAdded(List<ECKey> keys)
      Description copied from interface: KeyChainEventListener
      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. See the documentation for your KeyChain implementation for details on what can trigger this event.
      Specified by:
      onKeysAdded in interface KeyChainEventListener