java.util.EventListenerpublic static interface ColorSelectorPopupMenuContentModel.ColorActivationListener
extends java.util.EventListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
onColorActivated(java.awt.Color color) |
Invoked when a color in any of the color sections of this model is activated.
|