org.gudy.azureus2.plugins.torrent
Interface TorrentAttributeEvent


public interface TorrentAttributeEvent

Author:
parg

Field Summary
static int ET_ATTRIBUTE_VALUE_ADDED
           
static int ET_ATTRIBUTE_VALUE_REMOVED
           
 
Method Summary
 TorrentAttribute getAttribute()
           
 java.lang.Object getData()
           
 int getType()
           
 

Field Detail

ET_ATTRIBUTE_VALUE_ADDED

static final int ET_ATTRIBUTE_VALUE_ADDED
See Also:
Constant Field Values

ET_ATTRIBUTE_VALUE_REMOVED

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

getType

int getType()

getAttribute

TorrentAttribute getAttribute()

getData

java.lang.Object getData()