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