Assert.isNotNull(factory);
return factory.createDocumentSynchronizationStrategy(getChannel().getID(), isInitiator);
}
public synchronized void onLocalSelectionChanged(Collection<String> selection) {
sendMessageToRemote(new SelectionMessage(ourID, remoteID, selection));
}