public interface ViewSelectionListener
extends java.util.EventListener
ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.| Modifier and Type | Method and Description |
|---|---|
void |
viewSelectionChanged(ViewSelectionEvent e)
This method is called every time the selection changes in a view.
|
void viewSelectionChanged(ViewSelectionEvent e)
ViewSelectionEvent object has detailed information of the objects selected in the view.