public interface LayerListViewListener
extends java.util.EventListener
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.
|
void selectedItemChanged(javax.swing.event.ListSelectionEvent e)
e
- A ListSelectionEvent object providing information about the event.void addButtonClick(ValidationEvent e)
e
- A ValidationEvent object providing information about the event.void removeButtonClick(ValidationEvent e)
e
- A ValidationEvent object providing information about the event.