Package iqq.im.bean

Examples of iqq.im.bean.QQGroupSearchList


              }
            }
          });
         
          // 查群测试
          QQGroupSearchList list = new QQGroupSearchList();
          list.setKeyStr("QQ");
          client.searchGroupGetList(list, new QQActionListener() {
            @Override
            public void onActionEvent(QQActionEvent event) {
              if(event.getType() == Type.EVT_OK) {
               
View Full Code Here

TOP

Related Classes of iqq.im.bean.QQGroupSearchList

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.