Package com.biglybt.ui.swt.subscriptions
Interface SubscriptionManagerUI.SelectionList_NoTemplates
- All Superinterfaces:
MenuItemListener
- Enclosing class:
SubscriptionManagerUI
Moves off SWT Thread, invokes
selected(List<Subscription>)
with
a list of Subscriptions that are not templates.
Use with MenuItem.addMultiListener(MenuItemListener)
.
Can be used with MenuItem.addListener(MenuItemListener)
, but for
each item, there will be a thread and a call to
selected(List<Subscription>)
with just one entry.-
Method Summary
-
Method Details
-
selected