Uses of Interface
com.biglybt.core.tag.TagManagerListener
-
Packages that use TagManagerListener Package Description com.biglybt.core.tag com.biglybt.core.tag.impl com.biglybt.ui.swt.views.skin com.biglybt.ui.swt.views.stats -
-
Uses of TagManagerListener in com.biglybt.core.tag
Methods in com.biglybt.core.tag with parameters of type TagManagerListener Modifier and Type Method Description void
TagManager. addTagManagerListener(TagManagerListener listener, boolean fire_for_existing)
void
TagManager. removeTagManagerListener(TagManagerListener listener)
-
Uses of TagManagerListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type TagManagerListener Modifier and Type Field Description private CopyOnWriteList<TagManagerListener>
TagManagerImpl. listeners
Methods in com.biglybt.core.tag.impl with parameters of type TagManagerListener Modifier and Type Method Description void
TagManagerImpl. addTagManagerListener(TagManagerListener listener, boolean fire_for_existing)
void
TagManagerImpl. removeTagManagerListener(TagManagerListener listener)
-
Uses of TagManagerListener in com.biglybt.ui.swt.views.skin
Classes in com.biglybt.ui.swt.views.skin that implement TagManagerListener Modifier and Type Class Description class
SBC_TagsOverview
Fields in com.biglybt.ui.swt.views.skin declared as TagManagerListener Modifier and Type Field Description private TagManagerListener
SB_Transfers. tagManagerListener
-
Uses of TagManagerListener in com.biglybt.ui.swt.views.stats
Classes in com.biglybt.ui.swt.views.stats that implement TagManagerListener Modifier and Type Class Description class
TagStatsView
-