Examples of doPollMsg()


Examples of iqq.im.module.ProcModule.doPollMsg()

    if (session.getState() == QQSession.State.OFFLINE) {
      throw new IllegalArgumentException("client is aready offline !!!");
    }
   
    ProcModule procModule = (ProcModule) getModule(QQModule.Type.PROC);
    procModule.doPollMsg();

        // 轮询邮件
        // EmailModule emailModule = (EmailModule) getModule(QQModule.Type.EMAIL);
    // emailModule.doPoll();
  }
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.