Package com.biglybt.ui.swt.views.stats
Interface GeneralOpsPanel.State
-
- All Known Implementing Classes:
DHTOpsPanel.ActivityHolder.StateHolder
- Enclosing class:
- GeneralOpsPanel
public static interface GeneralOpsPanel.State
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getDepth()
java.lang.String
getResult()
GeneralOpsPanel.Node
getRootNode()
-
-
-
Method Detail
-
getRootNode
GeneralOpsPanel.Node getRootNode()
-
getDepth
int getDepth()
-
getResult
java.lang.String getResult()
-
-