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