Uses of Interface
com.biglybt.pif.tag.TagListener
-
Packages that use TagListener Package Description com.biglybt.core.tag.impl com.biglybt.pif.tag -
-
Uses of TagListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type TagListener Modifier and Type Field Description private java.util.Map<TagListener,TagListener>
TagBase. listener_map
Methods in com.biglybt.core.tag.impl with parameters of type TagListener Modifier and Type Method Description void
TagBase. addListener(TagListener listener)
void
TagBase. removeListener(TagListener listener)
-
Uses of TagListener in com.biglybt.pif.tag
Methods in com.biglybt.pif.tag with parameters of type TagListener Modifier and Type Method Description void
Tag. addListener(TagListener listener)
void
Tag. removeListener(TagListener listener)
-