Package com.biglybt.ui.swt.views.stats
Class DHTOpsPanel.ActivityHolder
java.lang.Object
com.biglybt.ui.swt.views.stats.DHTOpsPanel.ActivityHolder
- All Implemented Interfaces:
GeneralOpsPanel.Activity
- Enclosing class:
DHTOpsPanel
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate class
private class
-
Field Summary
FieldsFields inherited from interface com.biglybt.ui.swt.views.stats.GeneralOpsPanel.Activity
TYPE_1, TYPE_2, TYPE_3, TYPE_DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
int
getType()
boolean
isQueued()
private GeneralOpsPanel.Node
-
Field Details
-
create_time
private final long create_time -
delegate
-
-
Constructor Details
-
ActivityHolder
-
-
Method Details
-
getActivity
-
getCreateTime
public long getCreateTime() -
getDescription
- Specified by:
getDescription
in interfaceGeneralOpsPanel.Activity
-
getType
public int getType()- Specified by:
getType
in interfaceGeneralOpsPanel.Activity
-
isQueued
public boolean isQueued()- Specified by:
isQueued
in interfaceGeneralOpsPanel.Activity
-
getCurrentState
- Specified by:
getCurrentState
in interfaceGeneralOpsPanel.Activity
-
map
-