Package com.smartgwt.client.callbacks
Interface TimingDataCallback
public interface TimingDataCallback
- 
Method Summary
Modifier and TypeMethodDescriptionvoidCallback fired after a call toRPCManager.getTimingData()to report gathered timing data. 
- 
Method Details
- 
execute
Callback fired after a call toRPCManager.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)
 
 -