Package net.solosky.maplefetion.client.dialog

Examples of net.solosky.maplefetion.client.dialog.DialogState


     */
    public void prompt()
    {
      try {
      if(this.activeChatDialog!=null){
        DialogState state = this.activeChatDialog.getState();
        if(state==DialogState.CREATED|| state==DialogState.OPENNING|| state==DialogState.OPENED){
          writer.append(this.client.getFetionUser().getDisplayName()+"@maplefetion^["+this.activeChatDialog.getMainBuddy().getDisplayName()+"]>>");
        }else{
          writer.append(this.client.getFetionUser().getDisplayName()+"@maplefetion>>");
        }
View Full Code Here

TOP

Related Classes of net.solosky.maplefetion.client.dialog.DialogState

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.