Package net.solosky.maplefetion.client.dialog

Examples of net.solosky.maplefetion.client.dialog.ChatDialogProxy.openDialog()


        }
       
            try {
              proxy = this.client.getChatDialogProxyFactory().create(buddy);
              if(proxy.getState()==DialogState.CREATED){
                proxy.openDialog();
              }
            } catch (Exception e) {
            println("建立对话失败!!");
            return;
      }
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.