Examples of OutgoingMsgListener


Examples of com.liuyix.xmpp.OutgoingMsgListener

    USERSAYSTYLE.foreground = darkgreen;
  }

  //debug only
  public ChatWindow() {
    this(null,"TEST-USER","TEST@localhost",null,Presence.Type.available,Mode.available,"TEST:AVAILABLE",new OutgoingMsgListener() {
     
      @Override
      public void handleOutgoingMsg(String jid, String msg) {
        Util.showDebugMsg("ChatWindow#无参数构造函数:\n" + jid + ":\t" + msg);     
      }
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.