Package org.jdesktop.wonderland.client.cell

Examples of org.jdesktop.wonderland.client.cell.CellCacheConnection


    {
        super (manager, serverInfo, loader);
       
        localAvatar = new LocalAvatar(this);
        cellCacheConnection = new CellCacheConnection(localAvatar);       
        cellChannelConnection = new CellChannelConnection();
        cellEditChannelConnection = new CellEditChannelConnection();
   
        // create the cell cache
        cellCache = createCellCache();
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.cell.CellCacheConnection

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.