public interface IColorGradientPanelListener
ColorGradientPanel
object.Modifier and Type | Method and Description |
---|---|
void |
colorGradientChanged(ColorGradientPanel pPanel)
If the color gradient of the
ColorGradientPanel has been changed, this is communicated with this method. |
void colorGradientChanged(ColorGradientPanel pPanel)
ColorGradientPanel
has been changed, this is communicated with this method.pPanel
- The ColorGradientPanel
object to which this class listens to.