Interface ThumbListener
- All Known Implementing Classes:
JXGradientChooser.StopListener
public interface ThumbListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidmousePressed(MouseEvent evt) voidthumbMoved(int thumb, float pos) voidthumbSelected(int thumb)
-
Method Details
-
thumbMoved
void thumbMoved(int thumb, float pos) -
thumbSelected
void thumbSelected(int thumb) -
mousePressed
-