com.aelitis.azureus.ui.swt.subscriptions
Class SubscriptionListWindow
java.lang.Object
  
com.aelitis.azureus.ui.swt.subscriptions.SubscriptionListWindow
- All Implemented Interfaces: 
 - SubscriptionLookupListener
 
public class SubscriptionListWindow
- extends java.lang.Object
- implements SubscriptionLookupListener
  
| 
Constructor Summary | 
SubscriptionListWindow(org.eclipse.swt.widgets.Shell parent,
                       java.lang.String display_name,
                       byte[] torrent_hash,
                       java.lang.String[] networks,
                       boolean useCachedSubs)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SubscriptionListWindow
public SubscriptionListWindow(org.eclipse.swt.widgets.Shell parent,
                              java.lang.String display_name,
                              byte[] torrent_hash,
                              java.lang.String[] networks,
                              boolean useCachedSubs)
found
public void found(byte[] hash,
                  Subscription subscription)
- Specified by:
 found in interface SubscriptionLookupListener
 
 
complete
public void complete(byte[] hash,
                     Subscription[] subscriptions)
- Specified by:
 complete in interface SubscriptionLookupListener
 
 
update
protected void update(com.aelitis.azureus.ui.swt.subscriptions.SubscriptionListWindow.SubscriptionItemModel subscriptionItem,
                      long popularity,
                      java.lang.String text)
 
 
failed
public void failed(byte[] hash,
                   SubscriptionException error)
- Specified by:
 failed in interface SubscriptionLookupListener