Uses of Interface
com.biglybt.core.tag.TagGroupListener
Packages that use TagGroupListener
-
Uses of TagGroupListener in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type TagGroupListenerModifier and TypeMethodDescriptionvoid
TagGroup.addListener
(TagGroupListener l, boolean fire_for_existing) void
TagGroup.removeListener
(TagGroupListener l) -
Uses of TagGroupListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type TagGroupListenerModifier and TypeFieldDescriptionprivate CopyOnWriteList<TagGroupListener>
TagTypeBase.TagGroupImpl.listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagGroupListenerModifier and TypeMethodDescriptionvoid
TagTypeBase.TagGroupImpl.addListener
(TagGroupListener l, boolean fire_for_existing) void
TagTypeBase.TagGroupImpl.removeListener
(TagGroupListener l)