Package com.biglybt.pif.tracker
Interface TrackerPeerEvent
-
public interface TrackerPeerEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
ET_PEER_ADDED
static int
ET_PEER_CHANGED
static int
ET_PEER_REMOVED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getEventType()
-
-
-
Field Detail
-
ET_PEER_ADDED
static final int ET_PEER_ADDED
- See Also:
- Constant Field Values
-
ET_PEER_CHANGED
static final int ET_PEER_CHANGED
- See Also:
- Constant Field Values
-
ET_PEER_REMOVED
static final int ET_PEER_REMOVED
- See Also:
- Constant Field Values
-
-