org.gudy.azureus2.ui.swt.views.stats
Class ActivityView
java.lang.Object
org.gudy.azureus2.ui.swt.views.stats.ActivityView
- All Implemented Interfaces:
- ParameterListener, UISWTViewEventListener, UISWTViewCoreEventListener
public class ActivityView
- extends Object
- implements ParameterListener, UISWTViewCoreEventListener
- Author:
- Olivier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MSGID_PREFIX
public static final String MSGID_PREFIX
- See Also:
- Constant Field Values
ActivityView
public ActivityView()
periodicUpdate
public void periodicUpdate()
parameterChanged
public void parameterChanged(String param_name)
- Description copied from interface:
ParameterListener
- Called, when a parameter has changed.
The listener could only react if the parameter name is relevant.
Or the listener can just read all parameters again.
- Specified by:
parameterChanged
in interface ParameterListener
- Parameters:
param_name
- the name of the parameter that has changed
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