Package com.biglybt.core.history.impl
Class DownloadHistoryManagerImpl.DownloadHistoryEventImpl
java.lang.Object
com.biglybt.core.history.impl.DownloadHistoryManagerImpl.DownloadHistoryEventImpl
- All Implemented Interfaces:
DownloadHistoryEvent
- Enclosing class:
DownloadHistoryManagerImpl
private static class DownloadHistoryManagerImpl.DownloadHistoryEventImpl
extends Object
implements DownloadHistoryEvent
-
Field Summary
FieldsFields inherited from interface com.biglybt.core.history.DownloadHistoryEvent
DHE_HISTORY_ADDED, DHE_HISTORY_MODIFIED, DHE_HISTORY_REMOVED
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
private final int type -
history
-
-
Constructor Details
-
DownloadHistoryEventImpl
DownloadHistoryEventImpl(int _type, List<DownloadHistory> _history)
-
-
Method Details
-
getEventType
public int getEventType()- Specified by:
getEventType
in interfaceDownloadHistoryEvent
-
getHistory
- Specified by:
getHistory
in interfaceDownloadHistoryEvent
-