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 Type
    Method
    Description
    void
    Invoked when a color in any of the color sections of this model is activated.
  • Method Details

    • onColorActivated

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