java.util.EventListenerpublic static interface ColorSelectorPopupMenuContentModel.ColorPreviewListener
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onColorPreviewActivated(java.awt.Color color) |
Invoked when the preview of a color in any of the color sections of this model is
activated.
|
void |
onColorPreviewCanceled() |
Invoked when the color preview has been canceled.
|
void onColorPreviewActivated(java.awt.Color color)
color - Color for which the preview has been activated.void onColorPreviewCanceled()