Package com.biglybt.pif.torrent
Interface TorrentManagerEvent
-
public interface TorrentManagerEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
ET_CREATION_STATUS
static int
ET_TORRENT_OPTIONS_ACCEPTED
static int
ET_TORRENT_OPTIONS_CANCELLED
static int
ET_TORRENT_OPTIONS_CREATED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getData()
int
getType()
-
-
-
Field Detail
-
ET_CREATION_STATUS
static final int ET_CREATION_STATUS
- See Also:
- Constant Field Values
-
ET_TORRENT_OPTIONS_CREATED
static final int ET_TORRENT_OPTIONS_CREATED
- See Also:
- Constant Field Values
-
ET_TORRENT_OPTIONS_ACCEPTED
static final int ET_TORRENT_OPTIONS_ACCEPTED
- See Also:
- Constant Field Values
-
ET_TORRENT_OPTIONS_CANCELLED
static final int ET_TORRENT_OPTIONS_CANCELLED
- See Also:
- Constant Field Values
-
-