org.jdesktop.swingx.multislider
Interface ThumbListener


public interface ThumbListener


Method Summary
 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)