Package org.jdesktop.wonderland.server.cell.view

Examples of org.jdesktop.wonderland.server.cell.view.AvatarCellMO.detach()


        if (avatar == null) {
            logger.severe("clientDetached has null avatar for session");
            return;
        }
       
        avatar.detach();    // Detach avatar from world

        AvatarCellCacheMO acc = avatar.getCellCache();
        acc.logout(clientID);
    }
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.