public interface ColorSliderListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
actionSelectionChanged(ColorSliderEvent e)
Evento que se dispara cuando cambia el item seleccionado.
|
void |
actionValueChanged(ColorSliderEvent e)
Evento que se dispara cuando cambia el valor del componente.
|
void |
actionValueDragged(ColorSliderEvent e)
Evento que se dispara cuando cambia el valor del componente mientras se
hace un dragged con el ratón.
|
void actionSelectionChanged(ColorSliderEvent e)
e - void actionValueDragged(ColorSliderEvent e)
e - void actionValueChanged(ColorSliderEvent e)
e -