Package org.jdesktop.wonderland.common.cell

Examples of org.jdesktop.wonderland.common.cell.ProximityListenerRecord.cleanup()


            listenerRecords.remove(comp);
           
            if (found != null) {
                // clean up the listener so an exit event is generated
                Cell viewCell = ClientContextJME.getViewManager().getPrimaryViewCell();
                found.cleanup(viewCell.getCellID());
            }           
        }
    }
   
    @Override
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.