Package com.biglybt.pif.download
Interface DownloadStubEvent
-
public interface DownloadStubEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
DSE_STUB_ADDED
static int
DSE_STUB_REMOVED
static int
DSE_STUB_WILL_BE_ADDED
static int
DSE_STUB_WILL_BE_REMOVED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<DownloadStub>
getDownloadStubs()
int
getEventType()
-
-
-
Field Detail
-
DSE_STUB_ADDED
static final int DSE_STUB_ADDED
- See Also:
- Constant Field Values
-
DSE_STUB_REMOVED
static final int DSE_STUB_REMOVED
- See Also:
- Constant Field Values
-
DSE_STUB_WILL_BE_ADDED
static final int DSE_STUB_WILL_BE_ADDED
- See Also:
- Constant Field Values
-
DSE_STUB_WILL_BE_REMOVED
static final int DSE_STUB_WILL_BE_REMOVED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventType
int getEventType()
-
getDownloadStubs
java.util.List<DownloadStub> getDownloadStubs()
-
-