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

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

public class CacheView
extends Object
implements UISWTViewCoreEventListener


Field Summary
static String MSGID_PREFIX
           
 
Constructor Summary
CacheView()
           
 
Method Summary
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 void periodicUpdate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSGID_PREFIX

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

CacheView

public CacheView()
Method Detail

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