Interface ColorSelectorPopupMenuContentModel.ColorPreviewListener

All Superinterfaces:
EventListener
Enclosing class:
ColorSelectorPopupMenuContentModel

public static interface ColorSelectorPopupMenuContentModel.ColorPreviewListener extends EventListener
Listener for tracking color preview events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the preview of a color in any of the color sections of this model is activated.
    void
    Invoked when the color preview has been canceled.
  • Method Details

    • onColorPreviewActivated

      void onColorPreviewActivated(Color color)
      Invoked when the preview of a color in any of the color sections of this model is activated.
      Parameters:
      color - Color for which the preview has been activated.
    • onColorPreviewCanceled

      void onColorPreviewCanceled()
      Invoked when the color preview has been canceled.