Package com.biglybt.core.tag
Class TaggableLifecycleAdapter
java.lang.Object
com.biglybt.core.tag.TaggableLifecycleAdapter
- All Implemented Interfaces:
TaggableLifecycleListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialised
(List<Taggable> current_taggables) void
taggableCreated
(Taggable taggable) void
taggableDestroyed
(Taggable taggable) void
taggableTagged
(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changesvoid
taggableUntagged
(TagType tag_type, Tag tag, Taggable taggable) Currently only implemented for manual_download tag changes
-
Constructor Details
-
TaggableLifecycleAdapter
public TaggableLifecycleAdapter()
-
-
Method Details
-
initialised
- Specified by:
initialised
in interfaceTaggableLifecycleListener
-
taggableCreated
- Specified by:
taggableCreated
in interfaceTaggableLifecycleListener
-
taggableDestroyed
- Specified by:
taggableDestroyed
in interfaceTaggableLifecycleListener
-
taggableTagged
Description copied from interface:TaggableLifecycleListener
Currently only implemented for manual_download tag changes- Specified by:
taggableTagged
in interfaceTaggableLifecycleListener
-
taggableUntagged
Description copied from interface:TaggableLifecycleListener
Currently only implemented for manual_download tag changes- Specified by:
taggableUntagged
in interfaceTaggableLifecycleListener
-