ConcurrentDocumentClient is responsible for managing the Jupiter interaction on the local side of users with {@link User.Permission#WRITE_ACCESS}. A client exists for every participant (also the host!) to take local TextEdits and transforms them into JupiterActivities to send to the host. When JupiterActivities are received from the host they are transformed in the ConcurrentDocumentClient to TextEditActivities to execute locally again as well.
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.