Uses of Interface
com.biglybt.core.tag.TagFeatureProperties.TagPropertyListener
Packages that use TagFeatureProperties.TagPropertyListener
-
Uses of TagFeatureProperties.TagPropertyListener in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type TagFeatureProperties.TagPropertyListenerModifier and TypeMethodDescriptionvoid
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.TagPropertyListenerModifier and TypeClassDescriptionclass
class
Fields in com.biglybt.core.tag.impl with type parameters of type TagFeatureProperties.TagPropertyListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteList
<TagFeatureProperties.TagPropertyListener> TagBase.TagPropertyImpl.listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagFeatureProperties.TagPropertyListenerModifier and TypeMethodDescriptionvoid
TagBase.TagPropertyImpl.addListener
(TagFeatureProperties.TagPropertyListener listener) void
TagBase.TagPropertyImpl.removeListener
(TagFeatureProperties.TagPropertyListener listener)