Uses of Interface
com.biglybt.core.tag.TagTypeListener
Packages that use TagTypeListener
Package
Description
-
Uses of TagTypeListener in com.biglybt.core.tag
Classes in com.biglybt.core.tag that implement TagTypeListenerMethods in com.biglybt.core.tag with parameters of type TagTypeListenerModifier and TypeMethodDescriptionvoid
TagType.addTagTypeListener
(TagTypeListener listener, boolean fire_for_existing) void
TagType.removeTagTypeListener
(TagTypeListener listener) -
Uses of TagTypeListener in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagTypeListenerModifier and TypeClassDescriptionclass
class
Fields in com.biglybt.core.tag.impl with type parameters of type TagTypeListenerModifier and TypeFieldDescriptionprivate final ListenerManager<TagTypeListener>
TagTypeBase.tt_listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagTypeListenerModifier and TypeMethodDescriptionvoid
TagTypeBase.addTagTypeListener
(TagTypeListener listener, boolean fire_for_existing) void
TagTypeBase.removeTagTypeListener
(TagTypeListener listener) -
Uses of TagTypeListener in com.biglybt.ui.swt.views
Classes in com.biglybt.ui.swt.views that implement TagTypeListenerModifier and TypeClassDescriptionclass
class
Displays a list of torrents in a table view.class
View showing tags set on selected taggable item(s).class
-
Uses of TagTypeListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TagTypeListenerModifier and TypeClassDescriptionclass
class
class
Fields in com.biglybt.ui.swt.views.skin declared as TagTypeListener -
Uses of TagTypeListener in com.biglybt.ui.swt.views.stats
Classes in com.biglybt.ui.swt.views.stats that implement TagTypeListener