Package org.jdesktop.wonderland.modules.sharedstate.common.messages

Examples of org.jdesktop.wonderland.modules.sharedstate.common.messages.PutRequestMessage


        // put the new value into the map
        final VersionedResult res = backing.putLocal(key, value);
       
        // send the request for a change, and revert if there is an error
        channel.send(new PutRequestMessage(getName(), key, value),
                new OKErrorResponseListener()
        {
            @Override
            public void onSuccess(MessageID messageID) {
                // do nothing
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.sharedstate.common.messages.PutRequestMessage

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.