Interface GatewayInterface.GatewayThroughputMonitor
- All Known Implementing Classes:
 ProjectOpenTask
- Enclosing class:
 - GatewayInterface
 
public static interface GatewayInterface.GatewayThroughputMonitor
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonProgressUpdate(long bytesDownloaded, double throughput) Callback to notify that the throughput has changed. 
- 
Method Details
- 
onProgressUpdate
void onProgressUpdate(long bytesDownloaded, double throughput) Callback to notify that the throughput has changed.- Parameters:
 throughput- In bytes/sec
 
 -