Package iqq.im.module

Examples of iqq.im.module.CategoryModule


    this.modules.put(QQModule.Type.LOGIN, new LoginModule());
    this.modules.put(QQModule.Type.PROC, new ProcModule());
    this.modules.put(QQModule.Type.USER, new UserModule());
    this.modules.put(QQModule.Type.BUDDY, new BuddyModule());
    this.modules.put(QQModule.Type.CATEGORY, new CategoryModule());
    this.modules.put(QQModule.Type.GROUP, new GroupModule());
    this.modules.put(QQModule.Type.CHAT, new ChatModule());
    this.modules.put(QQModule.Type.DISCUZ, new DiscuzModule());
    this.modules.put(QQModule.Type.EMAIL, new EmailModule());
View Full Code Here


   *
   * 获取所有好友
   */
  @Override
  public QQActionFuture getBuddyList(QQActionListener listener) {
    CategoryModule categoryModule = (CategoryModule) getModule(QQModule.Type.CATEGORY);
    return categoryModule.getCategoryList(listener);
  }
View Full Code Here

TOP

Related Classes of iqq.im.module.CategoryModule

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.