Package com.biglybt.ui.swt.views.stats
Interface GeneralOpsPanel.Activity
-
- All Known Implementing Classes:
DHTOpsPanel.ActivityHolder
- Enclosing class:
- GeneralOpsPanel
public static interface GeneralOpsPanel.Activity
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE_1
static int
TYPE_2
static int
TYPE_3
static int
TYPE_DEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeneralOpsPanel.State
getCurrentState()
java.lang.String
getDescription()
int
getType()
boolean
isQueued()
-
-
-
Field Detail
-
TYPE_1
static final int TYPE_1
- See Also:
- Constant Field Values
-
TYPE_2
static final int TYPE_2
- See Also:
- Constant Field Values
-
TYPE_3
static final int TYPE_3
- See Also:
- Constant Field Values
-
TYPE_DEFAULT
static final int TYPE_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
-
getType
int getType()
-
isQueued
boolean isQueued()
-
getCurrentState
GeneralOpsPanel.State getCurrentState()
-
-