Examples of SetDisplayNameMessage


Examples of com.ngt.jopenmetaverse.shared.sim.message.LindenMessages.SetDisplayNameMessage

    {
      JLogger.warn("Unable to invoke SetDisplyName capability at this time");
      return;
    }

    SetDisplayNameMessage msg = new SetDisplayNameMessage();
    msg.OldDisplayName = oldName;
    msg.NewDisplayName = newName;

    CapsHttpClient cap = new CapsHttpClient(uri);
    cap.BeginGetResponse(msg.Serialize(), OSDFormat.Xml, Client.settings.CAPS_TIMEOUT);
  }
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.