com.aelitis.azureus.core.tag
Class TagTypeAdapter

java.lang.Object
  extended by com.aelitis.azureus.core.tag.TagTypeAdapter
All Implemented Interfaces:
TagTypeListener
Direct Known Subclasses:
TagStatsView

public class TagTypeAdapter
extends Object
implements TagTypeListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.core.tag.TagTypeListener
TagTypeListener.TagEvent
 
Constructor Summary
TagTypeAdapter()
           
 
Method Summary
 void tagAdded(Tag tag)
           
 void tagChanged(Tag tag)
           
 void tagEventOccurred(TagTypeListener.TagEvent event)
           
 void tagRemoved(Tag tag)
           
 void tagTypeChanged(TagType tag_type)
          General change not specific to one tag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagTypeAdapter

public TagTypeAdapter()
Method Detail

tagTypeChanged

public void tagTypeChanged(TagType tag_type)
Description copied from interface: TagTypeListener
General change not specific to one tag

Specified by:
tagTypeChanged in interface TagTypeListener

tagEventOccurred

public void tagEventOccurred(TagTypeListener.TagEvent event)
Specified by:
tagEventOccurred in interface TagTypeListener

tagAdded

public void tagAdded(Tag tag)

tagChanged

public void tagChanged(Tag tag)

tagRemoved

public void tagRemoved(Tag tag)