Package org.waveprotocol.wave.concurrencycontrol.FetchWaveViewResponse

Examples of org.waveprotocol.wave.concurrencycontrol.FetchWaveViewResponse.Wavelet


      return this;
    }

    /** Builds a {@link Wavelet} using this builder and a factory. */
    public Wavelet build(Factory factory) {
      Wavelet message = factory.create();
      message.setWaveletId(waveletId);
      message.setSnapshot(snapshot);
      return message;
    }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.concurrencycontrol.FetchWaveViewResponse.Wavelet

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.