Package example.chat.msgtask

Examples of example.chat.msgtask.AddFriend


      break;
    case ChatCommandId.C_FRIENDLIST_REFURBISH_REQ:
      new FriendList(session,inMsg).run();
      break;
    case ChatCommandId.C_ADDFRIEND_REQ:
      new AddFriend(session,inMsg).run();
      break;
    case ChatCommandId.C_HEARTBEAT_REQ:
      new HearTbeat(session,inMsg).run();
      break;
    case ChatCommandId.C_SEND_MSG:
View Full Code Here

TOP

Related Classes of example.chat.msgtask.AddFriend

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.