mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
WAK: add note in javadoc about missing feature.
This commit is contained in:
parent
0952cf3d20
commit
573b487c2b
@ -131,7 +131,8 @@ public class WalletAppKit extends AbstractIdleService {
|
||||
|
||||
/**
|
||||
* If you want to learn about the sync process, you can provide a listener here. For instance, a
|
||||
* {@link DownloadListener} is a good choice.
|
||||
* {@link DownloadListener} is a good choice. This has no effect unless setBlockingStartup(false) has been called
|
||||
* too, due to some missing implementation code.
|
||||
*/
|
||||
public WalletAppKit setDownloadListener(PeerEventListener listener) {
|
||||
this.downloadListener = listener;
|
||||
|
Loading…
x
Reference in New Issue
Block a user