Package org.jdesktop.wonderland.modules.presencemanager.common.messages

Examples of org.jdesktop.wonderland.modules.presencemanager.common.messages.PresenceInfoChangeAliasMessage


    /**
     * Request that the server change this user's alias.
     * @param alias the alias to change
     */
    public void requestChangeUsernameAlias(String alias) {
        send(new PresenceInfoChangeAliasMessage(alias));
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.presencemanager.common.messages.PresenceInfoChangeAliasMessage

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.