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 * 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) { public WalletAppKit setDownloadListener(PeerEventListener listener) {
this.downloadListener = listener; this.downloadListener = listener;