Uses of Interface
com.biglybt.core.tag.TaggableLifecycleListener
Packages that use TaggableLifecycleListener
-
Uses of TaggableLifecycleListener in com.biglybt.core.tag
Classes in com.biglybt.core.tag that implement TaggableLifecycleListenerMethods in com.biglybt.core.tag with parameters of type TaggableLifecycleListenerModifier and TypeMethodDescriptionvoidTagManager.addTaggableLifecycleListener(long taggable_type, TaggableLifecycleListener listener) voidTagManager.removeTaggableLifecycleListener(long taggable_type, TaggableLifecycleListener listener) -
Uses of TaggableLifecycleListener in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type TaggableLifecycleListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteList<TaggableLifecycleListener> TagManagerImpl.LifecycleHandlerImpl.listenersMethods in com.biglybt.core.tag.impl with parameters of type TaggableLifecycleListenerModifier and TypeMethodDescriptionprivate voidTagManagerImpl.LifecycleHandlerImpl.addListener(TaggableLifecycleListener listener) voidTagManagerImpl.addTaggableLifecycleListener(long taggable_type, TaggableLifecycleListener listener) private voidTagManagerImpl.LifecycleHandlerImpl.removeListener(TaggableLifecycleListener listener) voidTagManagerImpl.removeTaggableLifecycleListener(long taggable_type, TaggableLifecycleListener listener)