Interface SelectionNotifier
-
- All Known Subinterfaces:
SelectionManager
- All Known Implementing Classes:
DefaultSelectionManager
public interface SelectionNotifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addSelectionListener(SelectionListener listener)
void
removeSelectionListener(SelectionListener listener)
-
-
-
Method Detail
-
addSelectionListener
void addSelectionListener(SelectionListener listener)
-
removeSelectionListener
void removeSelectionListener(SelectionListener listener)
-
-