Package com.biglybt.pif.download
Interface DownloadStubEvent
public interface DownloadStubEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
DSE_STUB_ADDED
static final int DSE_STUB_ADDED- See Also:
-
DSE_STUB_REMOVED
static final int DSE_STUB_REMOVED- See Also:
-
DSE_STUB_WILL_BE_ADDED
static final int DSE_STUB_WILL_BE_ADDED- See Also:
-
DSE_STUB_WILL_BE_REMOVED
static final int DSE_STUB_WILL_BE_REMOVED- See Also:
-
-
Method Details
-
getEventType
int getEventType() -
getDownloadStubs
List<DownloadStub> getDownloadStubs()
-