public interface ColorChangeListener extends Serializable
ColorChangeEvent implements this
interface, and the object created with that class is registered with a
component using the component's addColorChangeListener method.
When the colorChange event occurs, that object's appropriate method is
invoked.ColorChangeEvent| Modifier and Type | Method and Description |
|---|---|
void |
colorChanged(ColorChangeEvent event)
Called when a new color has been selected.
|
void colorChanged(ColorChangeEvent event)
event - An event containing information about the color change.Copyright © 2022 Vaadin Ltd. All rights reserved.