com.aelitis.azureus.core.tag.impl
Class TagPropertyUntaggedHandler

java.lang.Object
  extended by com.aelitis.azureus.core.tag.impl.TagPropertyUntaggedHandler
All Implemented Interfaces:
TagTypeListener

public class TagPropertyUntaggedHandler
extends Object
implements TagTypeListener


Constructor Summary
protected TagPropertyUntaggedHandler(AzureusCore _core, TagManagerImpl _tm)
           
 
Method Summary
protected  List<Tag> getUntaggedTags()
           
 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

TagPropertyUntaggedHandler

protected TagPropertyUntaggedHandler(AzureusCore _core,
                                     TagManagerImpl _tm)
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

getUntaggedTags

protected List<Tag> getUntaggedTags()