Package com.biglybt.core.history
Interface DownloadHistoryEvent
-
- All Known Implementing Classes:
DownloadHistoryManagerImpl.DownloadHistoryEventImpl
public interface DownloadHistoryEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
DHE_HISTORY_ADDED
static int
DHE_HISTORY_MODIFIED
static int
DHE_HISTORY_REMOVED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getEventType()
java.util.List<DownloadHistory>
getHistory()
-
-
-
Field Detail
-
DHE_HISTORY_ADDED
static final int DHE_HISTORY_ADDED
- See Also:
- Constant Field Values
-
DHE_HISTORY_REMOVED
static final int DHE_HISTORY_REMOVED
- See Also:
- Constant Field Values
-
DHE_HISTORY_MODIFIED
static final int DHE_HISTORY_MODIFIED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventType
int getEventType()
-
getHistory
java.util.List<DownloadHistory> getHistory()
-
-