Package org.jdesktop.wonderland.modules.placemarks.common

Examples of org.jdesktop.wonderland.modules.placemarks.common.PlacemarksMessage


    public void clientConnected(WonderlandClientSender sender,
            WonderlandClientID clientID, Properties properties)
    {
        // send the client the current set of server-registered placemarks
        Set<Placemark> placemarks = PlacemarkRegistrySrvFactory.getInstance().getAllPlacemarks();
        sender.send(clientID, new PlacemarksMessage(placemarks));
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.placemarks.common.PlacemarksMessage

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.