Package com.biglybt.ui.swt.views.stats
Interface GeneralOpsPanel.NodeEvent
-
- Enclosing class:
- GeneralOpsPanel
public static interface GeneralOpsPanel.NodeEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
ET_CLICKED
static int
ET_MENU
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getData()
int
getType()
-
-
-
Field Detail
-
ET_CLICKED
static final int ET_CLICKED
- See Also:
- Constant Field Values
-
ET_MENU
static final int ET_MENU
- See Also:
- Constant Field Values
-
-