Package org.waveprotocol.wave.concurrencycontrol.impl

Examples of org.waveprotocol.wave.concurrencycontrol.impl.WaveletSnapshotImpl


      snapshot = null;
    }

    @Override
    public WaveletSnapshotImpl getSnapshot() {
      return new WaveletSnapshotImpl(snapshot);
    }
View Full Code Here


      return new WaveletSnapshotImpl(snapshot);
    }

    @Override
    public void setSnapshot(WaveletSnapshot message) {
      this.snapshot = new WaveletSnapshotImpl(message);
    }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.concurrencycontrol.impl.WaveletSnapshotImpl

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.