Package org.discogs.ws

Examples of org.discogs.ws.Discogs


  public DiscogsCaller(CallMode mode, String query, DiscogsListener callback) {
    super();
   
    if (DISCOGS == null) {
      DISCOGS = new Discogs(DiscogsPlugin.API_KEY, DiscogsPlugin.isCacheEnabled(), DiscogsPlugin.getCacheDir());
    }

    this.mode = mode;
    this.query = query;
    this.callback = callback;
View Full Code Here

TOP

Related Classes of org.discogs.ws.Discogs

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.