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 TypeMethodDescriptionvoid
TagManager.addTaggableLifecycleListener
(long taggable_type, TaggableLifecycleListener listener) void
TagManager.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.listeners
Methods in com.biglybt.core.tag.impl with parameters of type TaggableLifecycleListenerModifier and TypeMethodDescriptionprivate void
TagManagerImpl.LifecycleHandlerImpl.addListener
(TaggableLifecycleListener listener) void
TagManagerImpl.addTaggableLifecycleListener
(long taggable_type, TaggableLifecycleListener listener) private void
TagManagerImpl.LifecycleHandlerImpl.removeListener
(TaggableLifecycleListener listener) void
TagManagerImpl.removeTaggableLifecycleListener
(long taggable_type, TaggableLifecycleListener listener)