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