public interface ToggleablePluginItem<C extends BaseContext>
Modifier and Type | Interface and Description |
---|---|
static interface |
ToggleablePluginItem.SelectionListener
Listener to inform about selection change events.
|
Modifier and Type | Method and Description |
---|---|
void |
setSelected(C context,
boolean selected)
Sets the selection mode of this item.
|
void |
setSelectionListener(ToggleablePluginItem.SelectionListener selectionListener)
Passes a selection change listener to this plugin item.
|
void setSelectionListener(ToggleablePluginItem.SelectionListener selectionListener)
setSelected(BaseContext, boolean)
void setSelected(C context, boolean selected)
context
- The context operating in.selected
- true
, if selected.Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500