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

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.stats.StatsView
All Implemented Interfaces:
UISWTViewEventListener, UISWTViewCoreEventListener, UISWTViewCoreEventListenerEx, IViewAlwaysInitialize

public class StatsView
extends java.lang.Object
implements IViewAlwaysInitialize, UISWTViewCoreEventListenerEx

aka "Statistics View" that contains ActivityView, TransferStatsView, CacheView, DHTView, VivaldiView


Field Summary
static int EVENT_PERIODIC_UPDATE
           
static java.lang.String VIEW_ID
           
 
Constructor Summary
StatsView()
           
 
Method Summary
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 UISWTViewCoreEventListener getClone()
           
 boolean isCloneable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_ID

public static java.lang.String VIEW_ID

EVENT_PERIODIC_UPDATE

public static final int EVENT_PERIODIC_UPDATE
See Also:
Constant Field Values
Constructor Detail

StatsView

public StatsView()
Method Detail

isCloneable

public boolean isCloneable()
Specified by:
isCloneable in interface UISWTViewCoreEventListenerEx

getClone

public UISWTViewCoreEventListener getClone()
Specified by:
getClone in interface UISWTViewCoreEventListenerEx

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