|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NotificationHandler | |
|---|---|
| com.univocity.api.common | |
| com.univocity.api.statistics | |
| Uses of NotificationHandler in com.univocity.api.common |
|---|
| Classes in com.univocity.api.common that implement NotificationHandler | |
|---|---|
class |
TimedNotificationHandler<T>
A basic NotificationHandler implementation that filters out excessive notifications and only processes them
after a given interval has been elapsed since the last notification was processed, or if the last notification
is received. |
| Uses of NotificationHandler in com.univocity.api.statistics |
|---|
| Methods in com.univocity.api.statistics with parameters of type NotificationHandler | |
|---|---|
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 |
| Constructors in com.univocity.api.statistics with parameters of type NotificationHandler | |
|---|---|
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 | |||||||||