org.gudy.azureus2.plugins.download
Interface DownloadPropertyEvent


public interface DownloadPropertyEvent

Author:
parg

Field Summary
static int PT_TORRENT_ATTRIBUTE_WILL_BE_READ
           
static int PT_TORRENT_ATTRIBUTE_WRITTEN
           
 
Method Summary
 Object getData()
           
 int getType()
           
 

Field Detail

PT_TORRENT_ATTRIBUTE_WRITTEN

static final int PT_TORRENT_ATTRIBUTE_WRITTEN
See Also:
Constant Field Values

PT_TORRENT_ATTRIBUTE_WILL_BE_READ

static final int PT_TORRENT_ATTRIBUTE_WILL_BE_READ
See Also:
Constant Field Values
Method Detail

getType

int getType()

getData

Object getData()