public interface ListViewListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
actionItemNameChanged(java.util.EventObject e,
java.lang.String oldName,
ListViewItem item)
Evento que se dispara cuando cambia el valor del componente.
|
void |
actionValueChanged(java.util.EventObject e)
Evento que se dispara cuando cambia el valor del componente.
|
void actionValueChanged(java.util.EventObject e)
e - void actionItemNameChanged(java.util.EventObject e,
java.lang.String oldName,
ListViewItem item)
e -