Package iqq.im.module

Examples of iqq.im.module.ChatModule.sendMsg()


   * 发送QQ消息
   */
  @Override
  public QQActionFuture sendMsg(QQMsg msg, QQActionListener qqActionListener) {
    ChatModule mod = getModule(QQModule.Type.CHAT);
    return mod.sendMsg(msg, qqActionListener);
  }

  /**
   * {@inheritDoc}
   *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.