Package com.biglybt.core.speedmanager
Interface SpeedManagerListener
-
- All Known Implementing Classes:
SpeedLimitListener
public interface SpeedManagerListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
PR_ASN
static int
PR_DOWN_CAPACITY
static int
PR_UP_CAPACITY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
propertyChanged(int property)
-
-
-
Field Detail
-
PR_ASN
static final int PR_ASN
- See Also:
- Constant Field Values
-
PR_UP_CAPACITY
static final int PR_UP_CAPACITY
- See Also:
- Constant Field Values
-
PR_DOWN_CAPACITY
static final int PR_DOWN_CAPACITY
- See Also:
- Constant Field Values
-
-