Package com.biglybt.core.tag
Class TagTypeAdapter
java.lang.Object
com.biglybt.core.tag.TagTypeAdapter
- All Implemented Interfaces:
TagTypeListener
- Direct Known Subclasses:
TagStatsView
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.biglybt.core.tag.TagTypeListener
TagTypeListener.TagEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
tagChanged
(Tag tag) void
void
tagRemoved
(Tag tag) void
tagTypeChanged
(TagType tag_type) General change not specific to one tag
-
Constructor Details
-
TagTypeAdapter
public TagTypeAdapter()
-
-
Method Details
-
tagTypeChanged
Description copied from interface:TagTypeListener
General change not specific to one tag- Specified by:
tagTypeChanged
in interfaceTagTypeListener
-
tagEventOccurred
- Specified by:
tagEventOccurred
in interfaceTagTypeListener
-
tagAdded
-
tagChanged
-
tagRemoved
-