Uses of Interface
org.eclipse.nebula.widgets.opal.duallist.SelectionChangeListener
-
Packages that use SelectionChangeListener Package Description org.eclipse.nebula.widgets.opal.duallist -
-
Uses of SelectionChangeListener in org.eclipse.nebula.widgets.opal.duallist
Fields in org.eclipse.nebula.widgets.opal.duallist with type parameters of type SelectionChangeListener Modifier and Type Field Description private java.util.List<SelectionChangeListener>
DualList. selectionChangeListeners
Methods in org.eclipse.nebula.widgets.opal.duallist with parameters of type SelectionChangeListener Modifier and Type Method Description void
DualList. addSelectionChangeListener(SelectionChangeListener listener)
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, by sending it one of the messages defined in theSelectionChangeListener
interface.void
DualList. removeSelectionChangeListener(SelectionChangeListener listener)
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
-