Uses of Interface
com.biglybt.core.tag.TagListener
Packages that use TagListener
Package
Description
-
Uses of TagListener in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement TagListener -
Uses of TagListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as TagListener -
Uses of TagListener in com.biglybt.core.global.impl
Classes in com.biglybt.core.global.impl that implement TagListener -
Uses of TagListener in com.biglybt.core.speedmanager
Classes in com.biglybt.core.speedmanager that implement TagListener -
Uses of TagListener in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type TagListenerModifier and TypeMethodDescriptionvoid
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 TagListenerModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in com.biglybt.core.tag.impl with type parameters of type TagListenerModifier and TypeFieldDescriptionprivate final Map
<TagListener, TagListener> TagBase.listener_map
private final ListenerManager
<TagListener> TagBase.t_listeners
private final Map
<Taggable, List<TagListener>> TagTypeBase.tag_listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagListenerModifier and TypeMethodDescriptionvoid
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 TagListenerModifier and TypeClassDescriptionprivate static class
-
Uses of TagListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TagListenerModifier and TypeClassDescriptionclass
class
Displays a list of torrents in a table view.class
Peers based on Tags (Peer Set)Fields in com.biglybt.ui.swt.views declared as TagListener -
Uses of TagListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TagListenerFields in com.biglybt.ui.swt.views.skin declared as TagListener