Uses of Interface
com.biglybt.core.tag.TagFeatureProperties.TagPropertyListener
-
Packages that use TagFeatureProperties.TagPropertyListener Package Description com.biglybt.core.tag com.biglybt.core.tag.impl -
-
Uses of TagFeatureProperties.TagPropertyListener in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type TagFeatureProperties.TagPropertyListener Modifier and Type Method Description void
TagFeatureProperties.TagProperty. addListener(TagFeatureProperties.TagPropertyListener listener)
void
TagFeatureProperties.TagProperty. removeListener(TagFeatureProperties.TagPropertyListener listener)
-
Uses of TagFeatureProperties.TagPropertyListener in com.biglybt.core.tag.impl
Classes in com.biglybt.core.tag.impl that implement TagFeatureProperties.TagPropertyListener Modifier and Type Class Description class
TagPropertyTrackerHandler
class
TagPropertyTrackerTemplateHandler
Fields in com.biglybt.core.tag.impl with type parameters of type TagFeatureProperties.TagPropertyListener Modifier and Type Field Description private CopyOnWriteList<TagFeatureProperties.TagPropertyListener>
TagBase.TagPropertyImpl. listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagFeatureProperties.TagPropertyListener Modifier and Type Method Description void
TagBase.TagPropertyImpl. addListener(TagFeatureProperties.TagPropertyListener listener)
void
TagBase.TagPropertyImpl. removeListener(TagFeatureProperties.TagPropertyListener listener)
-