Interface TagListener

All Known Implementing Classes:
CategoryImpl, CategoryManagerImpl, GlobalManagerImpl.DownloadStateTagger, MyTorrentsSubView, MyTorrentsView, MyTorrentsView_Big, MyTorrentsView_Small, OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery, PeersGeneralView, SpeedLimitHandler.IPSetTagType, TagPropertyTrackerTemplateHandler, TagTypeBase, TagTypeDownloadInternal, TagTypeDownloadManual, TagTypeSwarmTag, TagTypeWithState

public interface TagListener
  • Method Details

    • taggableAdded

      void taggableAdded(Tag tag, Taggable tagged)
    • taggableSync

      void taggableSync(Tag tag)
    • taggableRemoved

      void taggableRemoved(Tag tag, Taggable tagged)