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 Detail

      • onColorActivated

        void onColorActivated​(java.awt.Color color)
        Invoked when a color in any of the color sections of this model is activated.
        Parameters:
        color - Activated color.