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

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

public class SubscriptionView
extends Object
implements SubscriptionsViewBase, UISWTViewCoreEventListenerEx


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

Constructor Detail

SubscriptionView

public SubscriptionView()
Method Detail

isCloneable

public boolean isCloneable()
Specified by:
isCloneable in interface UISWTViewCoreEventListenerEx

getClone

public UISWTViewCoreEventListener getClone()
Specified by:
getClone in interface UISWTViewCoreEventListenerEx

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