com.aelitis.azureus.ui.swt.subscriptions
Class SubscriptionViewExternal

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.subscriptions.SubscriptionViewExternal
All Implemented Interfaces:
SubscriptionsViewBase, UISWTViewEventListener, UISWTViewCoreEventListener

public class SubscriptionViewExternal
extends Object
implements SubscriptionsViewBase


Constructor Summary
SubscriptionViewExternal()
           
 
Method Summary
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 void refreshView()
           
 void updateBrowser(boolean is_auto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionViewExternal

public SubscriptionViewExternal()
Method Detail

updateBrowser

public void updateBrowser(boolean is_auto)
Specified by:
updateBrowser in interface SubscriptionsViewBase

refreshView

public void refreshView()
Specified by:
refreshView in interface SubscriptionsViewBase

eventOccurred

public boolean eventOccurred(UISWTViewEvent event)
Description copied from interface: UISWTViewEventListener
Triggers when an even listed in UISWTViewEvent occurs

Specified by:
eventOccurred in interface UISWTViewEventListener
Parameters:
event - event that occurred
Returns:
meaning dependent upon event type