Uses of Interface
com.biglybt.core.tag.TagGroupListener
-
Packages that use TagGroupListener Package Description com.biglybt.core.tag com.biglybt.core.tag.impl -
-
Uses of TagGroupListener in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type TagGroupListener Modifier and Type Method Description void
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 TagGroupListener Modifier and Type Field Description private CopyOnWriteList<TagGroupListener>
TagTypeBase.TagGroupImpl. listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagGroupListener Modifier and Type Method Description void
TagTypeBase.TagGroupImpl. addListener(TagGroupListener l, boolean fire_for_existing)
void
TagTypeBase.TagGroupImpl. removeListener(TagGroupListener l)
-