public class LayerListViewAdapter extends java.lang.Object implements LayerListViewListener
Constructor and Description |
---|
LayerListViewAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
addButtonClick(ValidationEvent e)
Raised when the user clicks the control's add button.
|
void |
removeButtonClick(ValidationEvent e)
Raised when the user clicks the control's remove button.
|
void |
selectedItemChanged(javax.swing.event.ListSelectionEvent e)
Raised when the control's selected item has changed.
|
public void selectedItemChanged(javax.swing.event.ListSelectionEvent e)
selectedItemChanged
in interface LayerListViewListener
e
- A ListSelectionEvent object providing information about the event.public void addButtonClick(ValidationEvent e)
addButtonClick
in interface LayerListViewListener
e
- A ValidationEvent object providing information about the event.public void removeButtonClick(ValidationEvent e)
removeButtonClick
in interface LayerListViewListener
e
- A ValidationEvent object providing information about the event.