Package com.ngt.jopenmetaverse.shared.sim.message.LindenMessages

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

Related Classes of com.ngt.jopenmetaverse.shared.sim.message.LindenMessages.SetDisplayNameMessage

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.