Interface PSMonitorListener
-
- All Known Implementing Classes:
SpeedLimitMonitor
public interface PSMonitorListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyDownload(SpeedManagerLimitEstimate estimate)
void
notifyUpload(SpeedManagerLimitEstimate estimate)
-
-
-
Method Detail
-
notifyUpload
void notifyUpload(SpeedManagerLimitEstimate estimate)
-
notifyDownload
void notifyDownload(SpeedManagerLimitEstimate estimate)
-
-