mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +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
|
* 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;
|
||||||
|
Reference in New Issue
Block a user