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