3
0
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:
Mike Hearn 2014-11-24 13:04:42 +01:00
parent 0952cf3d20
commit 573b487c2b

View File

@ -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;