Package callback

Examples of callback.ICallback


                        //System.out.println(getThread() + "Using plugin " + pattern.pluginName);

                        List<String> urls = plugin.getLinks(url);
                        for (String url : urls)
                        {
                            download(url, localFolder, title, new ICallback() {
                                @Override
                                public void onDownloadFinished(File downloaded) {
                                    //Check if we should upload to Dropbox
                                    Dropbox dropbox = (Dropbox) conf.get(Configuration.DROPBOX_TAG);
View Full Code Here

TOP

Related Classes of callback.ICallback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.