org.gudy.azureus2.ui.swt.views.stats
Class DHTOpsView

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.stats.DHTOpsView
All Implemented Interfaces:
UISWTViewEventListener

public class DHTOpsView
extends java.lang.Object
implements UISWTViewEventListener


Field Summary
static int DHT_TYPE_MAIN
           
static java.lang.String MSGID_PREFIX
           
 
Constructor Summary
DHTOpsView()
           
DHTOpsView(boolean autoAlpha)
           
DHTOpsView(boolean autoAlpha, boolean autoDHT)
           
 
Method Summary
 void delete()
           
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 void initialize(org.eclipse.swt.widgets.Composite composite)
           
 void setDHT(DHT _dht)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DHT_TYPE_MAIN

public static final int DHT_TYPE_MAIN
See Also:
Constant Field Values

MSGID_PREFIX

public static final java.lang.String MSGID_PREFIX
See Also:
Constant Field Values
Constructor Detail

DHTOpsView

public DHTOpsView()

DHTOpsView

public DHTOpsView(boolean autoAlpha)

DHTOpsView

public DHTOpsView(boolean autoAlpha,
                  boolean autoDHT)
Method Detail

setDHT

public void setDHT(DHT _dht)

initialize

public void initialize(org.eclipse.swt.widgets.Composite composite)

delete

public void delete()

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