Package com.biglybt.ui.swt.components
Interface Legend.LegendListener
- Enclosing class:
Legend
public static interface Legend.LegendListener
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
colorChange
(int index) void
hoverChange
(boolean entry, int index) void
visibilityChange
(boolean visible, int index)
-
Method Details
-
hoverChange
void hoverChange(boolean entry, int index) -
visibilityChange
void visibilityChange(boolean visible, int index) -
colorChange
default void colorChange(int index)
-