|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataTransferStatistics | |
|---|---|
| com.univocity.api.statistics | |
| Uses of DataTransferStatistics in com.univocity.api.statistics |
|---|
| Subclasses of DataTransferStatistics in com.univocity.api.statistics | |
|---|---|
class |
DownloadStatistics
A simple implementation of DataTransferStatistics to notify the progress/completion of download processes |
| Method parameters in com.univocity.api.statistics with type arguments of type DataTransferStatistics | |
|---|---|
protected void |
DataTransferStatistics.setNotificationHandler(long notificationInterval,
NotificationHandler<DataTransferStatistics<S,T>> handler)
Associates a notification handler callback to receive updates from the data transfer operation at at most after a given amount of time has elapsed. |
protected void |
DataTransferStatistics.setNotificationHandler(NotificationHandler<DataTransferStatistics<S,T>> handler)
Associates a notification handler callback to receive updates from the data transfer operation |
| Constructor parameters in com.univocity.api.statistics with type arguments of type DataTransferStatistics | |
|---|---|
DataTransferStatistics(long notificationInterval,
NotificationHandler<DataTransferStatistics<S,T>> handler)
Creates a new data transfer statistics object that notifies the user of updates at given intervals, and when the process completes. |
|
DataTransferStatistics(NotificationHandler<DataTransferStatistics<S,T>> notificationHandler)
Creates a new data transfer statistics object that notifies the user of updates. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||