Package com.google.speedtracer.client.SourceViewerServer

Examples of com.google.speedtracer.client.SourceViewerServer.ActionCompletedCallback


    // TODO(jaimeyap): Put up a spinner or something. It may take a while to
    // display the resource.

    // First try to jump to IDE.
    SourceViewerServer.jumpToIde(sourceViewerServer, absoluteFilePath,
        lineNumber, new ActionCompletedCallback() {

          public void onFail() {
            // Just show the source in our source viewer.
            showSourceInSourceViewer(resourceUrl,
                new SourceViewerLoadedCallback() {
View Full Code Here

TOP

Related Classes of com.google.speedtracer.client.SourceViewerServer.ActionCompletedCallback

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.