Package com.biglybt.core.history
Interface DownloadHistoryEvent
- All Known Implementing Classes:
DownloadHistoryManagerImpl.DownloadHistoryEventImpl
public interface DownloadHistoryEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
-
Field Details
-
DHE_HISTORY_ADDED
static final int DHE_HISTORY_ADDED- See Also:
-
DHE_HISTORY_REMOVED
static final int DHE_HISTORY_REMOVED- See Also:
-
DHE_HISTORY_MODIFIED
static final int DHE_HISTORY_MODIFIED- See Also:
-
-
Method Details
-
getEventType
int getEventType() -
getHistory
List<DownloadHistory> getHistory()
-