Package org.faceless.pdf2.viewer2.util
Interface ColorChoicePanel.ColorChoiceListener
-
- Enclosing class:
- ColorChoicePanel
public static interface ColorChoicePanel.ColorChoiceListener
Passed in to theColorChoicePanel.createColorChoiceButton(java.awt.Color, org.faceless.pdf2.viewer2.util.ColorChoicePanel.ColorChoiceListener, int, boolean, boolean, java.lang.String)
, this is a callback when the color is chosen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
colorChosen(Color color)
-
-
-
Method Detail
-
colorChosen
void colorChosen(Color color)
-
-