Interface SelectionChangedListener<E>
-
public interface SelectionChangedListener<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(java.util.Set<E> selectedElements)Called when the selection changes.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(java.util.Set<E> selectedElements)
Called when the selection changes.- Parameters:
selectedElements- The new set of selected elements.
-
-