Uses of Interface
com.biglybt.core.tag.TagListener
-
-
Uses of TagListener in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement TagListener Modifier and Type Class Description class
CategoryManagerImpl
-
Uses of TagListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TagListener Modifier and Type Field Description private TagListener
TranscodeManagerImpl. tag_listener
-
Uses of TagListener in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement TagListener Modifier and Type Class Description private class
GlobalManagerImpl.DownloadStateTagger
-
Uses of TagListener in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement TagListener Modifier and Type Class Description private static class
SpeedLimitHandler.IPSetTagType
-
Uses of TagListener in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type TagListener Modifier and Type Method Description void
Tag. addTagListener(TagListener listener, boolean fire_for_existing)
void
TagType. addTagListener(Taggable taggable, TagListener listener)
taggable-specific listneer for this tag-typevoid
Tag. removeTagListener(TagListener listener)
void
TagType. removeTagListener(Taggable taggable, TagListener listener)
-
Uses of TagListener in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagListener Modifier and Type Class Description class
TagPropertyTrackerTemplateHandler
class
TagTypeBase
class
TagTypeDownloadInternal
class
TagTypeDownloadManual
class
TagTypeWithState
Fields in com.biglybt.core.tag.impl with type parameters of type TagListener Modifier and Type Field Description private java.util.Map<TagListener,TagListener>
TagBase. listener_map
private ListenerManager<TagListener>
TagBase. t_listeners
private java.util.Map<Taggable,java.util.List<TagListener>>
TagTypeBase. tag_listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagListener Modifier and Type Method Description void
TagBase. addTagListener(TagListener listener, boolean fire_for_existing)
void
TagTypeBase. addTagListener(Taggable taggable, TagListener listener)
void
TagBase. removeTagListener(TagListener listener)
void
TagTypeBase. removeTagListener(Taggable taggable, TagListener listener)
-
Uses of TagListener in com.biglybt.ui.swt.shells.opentorrent
Classes in com.biglybt.ui.swt.shells.opentorrent that implement TagListener Modifier and Type Class Description private static class
OpenTorrentOptionsWindow.DiscoveredTag.TagTypeDiscovery
-
Uses of TagListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TagListener Modifier and Type Class Description class
MyTorrentsSubView
class
MyTorrentsView
Displays a list of torrents in a table view.class
PeersGeneralView
Peers based on Tags (Peer Set)Fields in com.biglybt.ui.swt.views declared as TagListener Modifier and Type Field Description private TagListener
FilesView. tag_listener
-
Uses of TagListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TagListener Modifier and Type Class Description class
MyTorrentsView_Big
class
MyTorrentsView_Small
Fields in com.biglybt.ui.swt.views.skin declared as TagListener Modifier and Type Field Description private TagListener
SB_Transfers. tagListener
-