Interface TimingDataCallback


public interface TimingDataCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Map data)
    Callback fired after a call to RPCManager.getTimingData() to report gathered timing data.
  • Method Details

    • execute

      void execute(Map data)
      Callback fired after a call to RPCManager.getTimingData() to report gathered timing data.
      Parameters:
      data - The root object of the timing data tree (note, this is a plain JS object, not an instance of the Smart GWT Tree class)