Package com.biglybt.core.tag
Interface TagTypeListener
-
- All Known Implementing Classes:
MyTorrentsSubView
,MyTorrentsView
,MyTorrentsView_Big
,MyTorrentsView_Small
,SBC_TagsOverview
,TaggingView
,TagPropertyConstraintHandler
,TagPropertyUntaggedHandler
,TagSettingsView
,TagStatsView
,TagTypeAdapter
public interface TagTypeListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TagTypeListener.TagEvent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tagEventOccurred(TagTypeListener.TagEvent event)
void
tagTypeChanged(TagType tag_type)
General change not specific to one tag
-
-
-
Method Detail
-
tagTypeChanged
void tagTypeChanged(TagType tag_type)
General change not specific to one tag
-
tagEventOccurred
void tagEventOccurred(TagTypeListener.TagEvent event)
-
-