com.aelitis.azureus.core.tag
Interface TagTypeListener

All Known Implementing Classes:
MyTorrentsSubView, MyTorrentsView, MyTorrentsView_Big, SBC_TagsOverview, TaggingView, TagPropertyConstraintHandler, TagPropertyUntaggedHandler, TagSettingsView, TagStatsView, TagTypeAdapter

public interface TagTypeListener


Method Summary
 void tagAdded(Tag tag)
           
 void tagChanged(Tag tag)
           
 void tagRemoved(Tag tag)
           
 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


tagAdded

void tagAdded(Tag tag)

tagChanged

void tagChanged(Tag tag)

tagRemoved

void tagRemoved(Tag tag)