org.gudy.azureus2.ui.swt.views.stats
Class StatsView
java.lang.Object
  
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
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VIEW_ID
public static java.lang.String VIEW_ID
EVENT_PERIODIC_UPDATE
public static final int EVENT_PERIODIC_UPDATE
- See Also:
 - Constant Field Values
 
StatsView
public StatsView()
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