org.gudy.azureus2.plugins.download
Interface DownloadStubEvent


public interface DownloadStubEvent


Field Summary
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
 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()