Package org.rstudio.studio.client.workbench.views.viewer.events

Examples of org.rstudio.studio.client.workbench.views.viewer.events.ViewerClearedEvent


         events_.fireEvent(new ShinyApplicationStatusEvent(
               runningShinyAppParams_));
      }
      runningShinyAppParams_ = null;
     
      events_.fireEvent(new ViewerClearedEvent());
     
      // if this was a static widget then clear the current widget
      if (clearAll)
         server_.viewerClearAll(new VoidServerRequestCallback(indicator));
      else if (wasStaticWidget)
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.workbench.views.viewer.events.ViewerClearedEvent

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.