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


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.aelitis.azureus.core.tag.TagTypeListener
TagTypeListener.TagEvent
 
Constructor Summary
protected TagPropertyUntaggedHandler(AzureusCore _core, TagManagerImpl _tm)
           
 
Method Summary
protected  List<Tag> getUntaggedTags()
           
 void tagAdded(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

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

tagEventOccurred

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

tagAdded

public void tagAdded(Tag tag)

tagRemoved

public void tagRemoved(Tag tag)

getUntaggedTags

protected List<Tag> getUntaggedTags()