Package org.rstudio.studio.client.workbench.views.source.editors.text.events

Examples of org.rstudio.studio.client.workbench.views.source.editors.text.events.SourceOnSaveChangedEvent


               @Override
               public void onResponseReceived(Void response)
               {
                  sourceDoc_.setSourceOnSave(shouldSourceOnSave);
                 
                  eventBus_.fireEvent(new SourceOnSaveChangedEvent());
                 
                  if (progress != null)
                     progress.onCompleted();
               }
            });
View Full Code Here

TOP

Related Classes of org.rstudio.studio.client.workbench.views.source.editors.text.events.SourceOnSaveChangedEvent

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.