Package com.biglybt.ui.swt.subscriptions
Class SubscriptionView
java.lang.Object
com.biglybt.ui.swt.skin.UISWTViewSkinAdapter
com.biglybt.ui.swt.subscriptions.SubscriptionView
- All Implemented Interfaces:
UISWTViewEventListener
,UISWTViewCoreEventListener
,SubscriptionsViewBase
public class SubscriptionView
extends UISWTViewSkinAdapter
implements SubscriptionsViewBase, UISWTViewCoreEventListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
eventOccurred
(UISWTViewEvent event) Triggers when an even listed in UISWTViewEvent occursvoid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.biglybt.ui.swt.pif.UISWTViewEventListener
informOfDuplicates
-
Field Details
-
SUBS_KEY
-
-
Constructor Details
-
SubscriptionView
public SubscriptionView()
-
-
Method Details
-
eventOccurred
Description copied from interface:UISWTViewEventListener
Triggers when an even listed in UISWTViewEvent occurs- Specified by:
eventOccurred
in interfaceUISWTViewEventListener
- Overrides:
eventOccurred
in classUISWTViewSkinAdapter
- Parameters:
event
- event that occurred- Returns:
- meaning dependent upon event type
-
refreshView
public void refreshView()- Specified by:
refreshView
in interfaceSubscriptionsViewBase
-