com.aelitis.azureus.core.tag
Interface TaggableResolver

All Known Subinterfaces:
GlobalManager
All Known Implementing Classes:
GlobalManagerImpl

public interface TaggableResolver


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

Method Detail

getResolverTaggableType

long getResolverTaggableType()

getResolvedTaggables

java.util.List<Taggable> getResolvedTaggables()

resolveTaggable

Taggable resolveTaggable(java.lang.String id)

getDisplayName

java.lang.String getDisplayName(Taggable taggable)

requestAttention

void requestAttention(java.lang.String id)