eventBus_.fireEvent(new RmdShinyDocStartedEvent(docInfo));
}
else if (type.equals(ClientEvent.ShinyAppsDeploymentOutput))
{
CompileOutput output = event.getData();
eventBus_.fireEvent(new ShinyAppsDeploymentOutputEvent(output));
}
else if (type.equals(ClientEvent.ShinyAppsDeploymentCompleted))
{
String url = event.getData();
eventBus_.fireEvent(new ShinyAppsDeploymentCompletedEvent(url));