Package org.jdesktop.swingx.multislider
Interface ThumbListener
-
public interface ThumbListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmousePressed(MouseEvent evt)voidthumbMoved(int thumb, float pos)voidthumbSelected(int thumb)
-
-
-
Method Detail
-
thumbMoved
void thumbMoved(int thumb, float pos)
-
thumbSelected
void thumbSelected(int thumb)
-
mousePressed
void mousePressed(MouseEvent evt)
-
-