public interface IColorDisplayListener
ColorDisplay
object.Modifier and Type | Method and Description |
---|---|
void |
applyNewColor(ColorDisplay pColorDisplay,
java.awt.Color pColor)
If the color of the
ColorDisplay has been changed, this is communicated with this method. |
void applyNewColor(ColorDisplay pColorDisplay, java.awt.Color pColor)
ColorDisplay
has been changed, this is communicated with this method.pColorDisplay
- The ColorDisplay
object to which this class listens to.pColor
- The color that has been set to the ColorDisplay
object.