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