Package org.bitcoinj.wallet.listeners
Interface CurrentKeyChangeEventListener
- 
public interface CurrentKeyChangeEventListener 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCurrentKeyChanged()Called byKeyChainGroupwhenever a current key and/or address changes. 
 - 
 
- 
- 
Method Detail
- 
onCurrentKeyChanged
void onCurrentKeyChanged()
Called byKeyChainGroupwhenever a current key and/or address changes. 
 - 
 
 -