com.aelitis.azureus.core.tag
Interface TaggableResolver

All Known Subinterfaces:
GlobalManager
All Known Implementing Classes:
GlobalManagerImpl

public interface TaggableResolver


Method Summary
 String getDisplayName(Taggable taggable)
           
 List<Taggable> getResolvedTaggables()
           
 long getResolverTaggableType()
           
 void requestAttention(String id)
           
 Taggable resolveTaggable(String id)
           
 

Method Detail

getResolverTaggableType

long getResolverTaggableType()

getResolvedTaggables

List<Taggable> getResolvedTaggables()

resolveTaggable

Taggable resolveTaggable(String id)

getDisplayName

String getDisplayName(Taggable taggable)

requestAttention

void requestAttention(String id)