Package org.jdesktop.wonderland.modules.avatarbase.common.cell

Examples of org.jdesktop.wonderland.modules.avatarbase.common.cell.AvatarConfigComponentClientState


    @Override
    public CellComponentClientState getClientState(CellComponentClientState clientState,
            WonderlandClientID clientID, ClientCapabilities capabilities) {

        if (clientState == null) {
            clientState = new AvatarConfigComponentClientState();
        }
        ((AvatarConfigComponentClientState)clientState).setAvatarConfigInfo(avatarConfigInfo);
        return super.getClientState(clientState, clientID, capabilities);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.avatarbase.common.cell.AvatarConfigComponentClientState

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.