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

java.lang.Object
  extended by com.aelitis.azureus.core.tag.TagTypeAdapter
      extended by org.gudy.azureus2.ui.swt.views.stats.TagStatsView
All Implemented Interfaces:
TagManagerListener, TagTypeListener, UISWTViewEventListener, UISWTViewCoreEventListener

public class TagStatsView
extends TagTypeAdapter
implements UISWTViewCoreEventListener, TagManagerListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.core.tag.TagTypeListener
TagTypeListener.TagEvent
 
Field Summary
static java.lang.String MSGID_PREFIX
           
 
Constructor Summary
TagStatsView()
           
 
Method Summary
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 void periodicUpdate()
           
 void tagAdded(Tag tag)
           
 void tagRemoved(Tag tag)
           
 void tagTypeAdded(TagManager manager, TagType tag_type)
           
 void tagTypeRemoved(TagManager manager, TagType tag_type)
           
 
Methods inherited from class com.aelitis.azureus.core.tag.TagTypeAdapter
tagChanged, tagEventOccurred, tagTypeChanged
 
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 java.lang.String MSGID_PREFIX
See Also:
Constant Field Values
Constructor Detail

TagStatsView

public TagStatsView()
Method Detail

periodicUpdate

public void periodicUpdate()

tagTypeAdded

public void tagTypeAdded(TagManager manager,
                         TagType tag_type)
Specified by:
tagTypeAdded in interface TagManagerListener

tagTypeRemoved

public void tagTypeRemoved(TagManager manager,
                           TagType tag_type)
Specified by:
tagTypeRemoved in interface TagManagerListener

tagAdded

public void tagAdded(Tag tag)
Overrides:
tagAdded in class TagTypeAdapter

tagRemoved

public void tagRemoved(Tag tag)
Overrides:
tagRemoved in class TagTypeAdapter

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