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

java.lang.Object
  extended by com.aelitis.azureus.core.tag.impl.TagPropertyTrackerHandler
All Implemented Interfaces:
TagFeatureProperties.TagPropertyListener

public class TagPropertyTrackerHandler
extends Object
implements TagFeatureProperties.TagPropertyListener


Constructor Summary
protected TagPropertyTrackerHandler(AzureusCore _core, TagManagerImpl _tm)
           
 
Method Summary
protected  List<Tag> getTagsForDownload(DownloadManager dm)
           
 void propertyChanged(TagFeatureProperties.TagProperty property)
           
 void propertySync(TagFeatureProperties.TagProperty property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagPropertyTrackerHandler

protected TagPropertyTrackerHandler(AzureusCore _core,
                                    TagManagerImpl _tm)
Method Detail

propertyChanged

public void propertyChanged(TagFeatureProperties.TagProperty property)
Specified by:
propertyChanged in interface TagFeatureProperties.TagPropertyListener

propertySync

public void propertySync(TagFeatureProperties.TagProperty property)
Specified by:
propertySync in interface TagFeatureProperties.TagPropertyListener

getTagsForDownload

protected List<Tag> getTagsForDownload(DownloadManager dm)