org.gudy.azureus2.ui.swt.views.stats
Class DHTView
java.lang.Object
org.gudy.azureus2.ui.swt.views.stats.DHTView
- All Implemented Interfaces:
- UISWTViewEventListener
public class DHTView
- extends Object
- implements UISWTViewEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHT_TYPE_MAIN
public static final int DHT_TYPE_MAIN
- See Also:
- Constant Field Values
DHT_TYPE_CVS
public static final int DHT_TYPE_CVS
- See Also:
- Constant Field Values
DHT_TYPE_MAIN_V6
public static final int DHT_TYPE_MAIN_V6
- See Also:
- Constant Field Values
MSGID_PREFIX
public static final String MSGID_PREFIX
- See Also:
- Constant Field Values
rttColours
public static org.eclipse.swt.graphics.Color[] rttColours
core
protected AzureusCore core
DHTView
public DHTView()
DHTView
public DHTView(boolean _auto_dht)
setDHT
public void setDHT(DHT _dht)
initialize
public void initialize(org.eclipse.swt.widgets.Composite composite)
delete
public void delete()
periodicUpdate
public void periodicUpdate()
eventOccurred
public boolean eventOccurred(UISWTViewEvent event)
- Description copied from interface:
UISWTViewEventListener
- Triggers when an even listed in UISWTViewEvent occurs
- Specified by:
eventOccurred
in interface UISWTViewEventListener
- Parameters:
event
- event that occurred
- Returns:
- meaning dependent upon event type