exitWorkspace();
}
});
final EventProcessor eventProcessor = injector.getEventProcessor();
eventProcessor.start(new StartCallback() {
@Override
public void onSuccess(String connectionId) {
// tell server the ConnectionId for this EditorClientId
injector.getDispatcher().execute(
new EventServiceConnectedAction(connectionId),