Interface ColorSelectorPopupMenuContentModel.ColorActivationListener
-
- All Superinterfaces:
java.util.EventListener
- Enclosing class:
- ColorSelectorPopupMenuContentModel
public static interface ColorSelectorPopupMenuContentModel.ColorActivationListener extends java.util.EventListener
Listener for tracking color activation events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-