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 TypeMethodDescriptionvoidTagGroup.addListener(TagGroupListener l, boolean fire_for_existing) voidTagGroup.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.listenersMethods in com.biglybt.core.tag.impl with parameters of type TagGroupListenerModifier and TypeMethodDescriptionvoidTagTypeBase.TagGroupImpl.addListener(TagGroupListener l, boolean fire_for_existing) voidTagTypeBase.TagGroupImpl.removeListener(TagGroupListener l)