Interface IndicatorColorInterface
public interface IndicatorColorInterface
Interface to get/set colors for this strategy
Names are the same as used when declaring the color.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddColorChangeListener(ColorsChangedListener listener) Add listener that will be notified every time colors are changed Note that there is no need to remove listener - weak links are usedgetOrDefault(String name, Color defaultValue) void
-
Method Details
-
set
-
getOrDefault
-
addColorChangeListener
Add listener that will be notified every time colors are changed Note that there is no need to remove listener - weak links are used
-