Package com.google.walkaround.wave.server.robot.VersionDirectory

Examples of com.google.walkaround.wave.server.robot.VersionDirectory.RobotNotified


    SlobId slobId = new SlobId(parts[0]);
    ParticipantId robotId = ParticipantId.ofUnsafe(parts[1]);

    long version = DatastoreUtil.getExistingProperty(e, VERSION_PROPERTY, Long.class);
    return new RobotNotified(slobId, robotId, version);
  }
View Full Code Here

TOP

Related Classes of com.google.walkaround.wave.server.robot.VersionDirectory.RobotNotified

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.