public interface TimingDataCallback
Modifier and Type | Method and Description |
---|---|
void |
execute(java.util.Map data)
Callback fired after a call to
RPCManager.getTimingData() to
report gathered timing data. |
void execute(java.util.Map data)
RPCManager.getTimingData()
to
report gathered timing data.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)