Package com.biglybt.core.tag
Interface TagListener
-
- All Known Implementing Classes:
CategoryManagerImpl
,GlobalManagerImpl.DownloadStateTagger
,MyTorrentsSubView
,MyTorrentsView
,MyTorrentsView_Big
,MyTorrentsView_Small
,OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery
,PeersGeneralView
,SpeedLimitHandler.IPSetTagType
,TagPropertyTrackerTemplateHandler
,TagTypeBase
,TagTypeDownloadInternal
,TagTypeDownloadManual
,TagTypeWithState
public interface TagListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
taggableAdded(Tag tag, Taggable tagged)
void
taggableRemoved(Tag tag, Taggable tagged)
void
taggableSync(Tag tag)
-