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 java.lang.Object implements DownloadHistoryEvent
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<DownloadHistory>
history
private int
type
-
Fields inherited from interface com.biglybt.core.history.DownloadHistoryEvent
DHE_HISTORY_ADDED, DHE_HISTORY_MODIFIED, DHE_HISTORY_REMOVED
-
-
Constructor Summary
Constructors Constructor Description DownloadHistoryEventImpl(int _type, java.util.List<DownloadHistory> _history)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEventType()
java.util.List<DownloadHistory>
getHistory()
-
-
-
Field Detail
-
type
private final int type
-
history
private final java.util.List<DownloadHistory> history
-
-
Constructor Detail
-
DownloadHistoryEventImpl
DownloadHistoryEventImpl(int _type, java.util.List<DownloadHistory> _history)
-
-
Method Detail
-
getEventType
public int getEventType()
- Specified by:
getEventType
in interfaceDownloadHistoryEvent
-
getHistory
public java.util.List<DownloadHistory> getHistory()
- Specified by:
getHistory
in interfaceDownloadHistoryEvent
-
-