mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +00:00
WAK: add note in javadoc about missing feature.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user