Interface KeyChainEventListener

All Known Implementing Classes:
AbstractKeyChainEventListener, NativeKeyChainEventListener

public interface KeyChainEventListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.
  • Method Details

    • onKeysAdded

      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. See the documentation for your KeyChain implementation for details on what can trigger this event.