com.aelitis.azureus.core.content
Interface RelatedAttributeLookupListener


public interface RelatedAttributeLookupListener


Method Summary
 void lookupComplete()
           
 void lookupFailed(ContentException error)
           
 void lookupStart()
           
 void tagFound(java.lang.String tag, java.lang.String network)
           
 

Method Detail

lookupStart

void lookupStart()

tagFound

void tagFound(java.lang.String tag,
              java.lang.String network)

lookupComplete

void lookupComplete()

lookupFailed

void lookupFailed(ContentException error)