Package com.liuyix.xmpp

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

Related Classes of com.liuyix.xmpp.OutgoingMsgListener

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.