Package com.biglybt.pif.torrent
Interface TorrentAttributeEvent
-
public interface TorrentAttributeEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
ET_ATTRIBUTE_VALUE_ADDED
static int
ET_ATTRIBUTE_VALUE_REMOVED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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()
-
-