Interface Layer1IndicatorColorInterface
public interface Layer1IndicatorColorInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddColorChangeListener(ColorsChangedListener listener) Add listener that will be notified every time colors are changed
You should implement this method if you have color that can be changed from both inside the strategy and outside (like from color dialog) Note that there is no need to remove the listener - weak links are usedvoidCan be called if color is changed from external places such as dialogs or context menues
-
Method Details
-
setColor
Can be called if color is changed from external places such as dialogs or context menues- Parameters:
alias-name-color-
-
getColor
-
addColorChangeListener
Add listener that will be notified every time colors are changed
You should implement this method if you have color that can be changed from both inside the strategy and outside (like from color dialog) Note that there is no need to remove the listener - weak links are used
-