Interface ColorSelectorPopupMenuContentModel.ColorActivationListener
- All Superinterfaces:
EventListener
- Enclosing class:
ColorSelectorPopupMenuContentModel
public static interface ColorSelectorPopupMenuContentModel.ColorActivationListener
extends EventListener
Listener for tracking color activation events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onColorActivated
(Color color) Invoked when a color in any of the color sections of this model is activated.
-
Method Details
-
onColorActivated
Invoked when a color in any of the color sections of this model is activated.- Parameters:
color
- Activated color.
-