Uses of Interface
com.biglybt.core.category.CategoryListener
-
Packages that use CategoryListener Package Description com.biglybt.core.category com.biglybt.core.category.impl com.biglybt.core.devices.impl com.biglybt.ui.swt.views.skin -
-
Uses of CategoryListener in com.biglybt.core.category
Methods in com.biglybt.core.category with parameters of type CategoryListener Modifier and Type Method Description void
Category. addCategoryListener(CategoryListener l)
Add a Category Listenervoid
Category. removeCategoryListener(CategoryListener l)
Remove a Category Listener -
Uses of CategoryListener in com.biglybt.core.category.impl
Classes in com.biglybt.core.category.impl that implement CategoryListener Modifier and Type Class Description class
CategoryManagerImpl
Fields in com.biglybt.core.category.impl with type parameters of type CategoryListener Modifier and Type Field Description private ListenerManager<CategoryListener>
CategoryImpl. category_listeners
Methods in com.biglybt.core.category.impl with parameters of type CategoryListener Modifier and Type Method Description void
CategoryImpl. addCategoryListener(CategoryListener l)
void
CategoryImpl. removeCategoryListener(CategoryListener l)
-
Uses of CategoryListener in com.biglybt.core.devices.impl
Fields in com.biglybt.core.devices.impl declared as CategoryListener Modifier and Type Field Description private CategoryListener
TranscodeManagerImpl. category_listener
-
Uses of CategoryListener in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as CategoryListener Modifier and Type Field Description private CategoryListener
SB_Transfers. categoryListener
-