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


Constructor Summary
TagTypeAdapter()
           
 
Method Summary
 void tagAdded(Tag tag)
           
 void tagChanged(Tag tag)
           
 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

tagAdded

public void tagAdded(Tag tag)
Specified by:
tagAdded in interface TagTypeListener

tagChanged

public void tagChanged(Tag tag)
Specified by:
tagChanged in interface TagTypeListener

tagRemoved

public void tagRemoved(Tag tag)
Specified by:
tagRemoved in interface TagTypeListener