Package net.solosky.maplefetion.client.dialog

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


    {
      this.updateLoginState(LoginState.GROUPS_REGISTER_DOING, null);
    Iterator<Group> it = this.context.getFetionStore().getGroupList().iterator();
        while (it.hasNext()) {
          GroupDialog groupDialog = this.context.getDialogFactory().createGroupDialog(it.next());
          groupDialog.openDialog();
        }
       
        this.updateLoginState(LoginState.GROUPS_REGISTER_SUCCESS, null);
}
   
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.