Examples of buddyEntered()


Examples of net.solosky.maplefetion.client.dialog.MutipartyDialog.buddyEntered()

            //可能用户删除了好友,这里就查不到了
            if(buddy==null){
              buddy = UriHelper.createBuddy(uri);
              BeanHelper.setValue(buddy, "relation", Relation.STRANGER);
            }
            cd.buddyEntered(buddy);
           
            logger.debug("Buddy entered this dialog:"+uri);
          }
        }
      }
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.