Package org.bitcoinj.wallet.listeners
Interface CurrentKeyChangeEventListener
public interface CurrentKeyChangeEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called byKeyChainGroup
whenever a current key and/or address changes.
-
Method Details
-
onCurrentKeyChanged
void onCurrentKeyChanged()Called byKeyChainGroup
whenever a current key and/or address changes.
-