Package iqq.im.module

Examples of iqq.im.module.UserModule.changeStatus()


   * 改变状态
   */
  @Override
  public QQActionFuture changeStatus(final QQStatus status, final QQActionListener listener) {
    UserModule userModule = (UserModule) getModule(QQModule.Type.USER);
    return userModule.changeStatus(status , listener);
  }

  /**
   * {@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.