com.aelitis.azureus.ui.swt.skin
Class SWTSkinObjectSlider.SWTSkinListenerSliderSelection

java.lang.Object
  extended by com.aelitis.azureus.ui.swt.skin.SWTSkinObjectSlider.SWTSkinListenerSliderSelection
Enclosing class:
SWTSkinObjectSlider

public static class SWTSkinObjectSlider.SWTSkinListenerSliderSelection
extends Object


Constructor Summary
SWTSkinObjectSlider.SWTSkinListenerSliderSelection()
           
 
Method Summary
 void selectionChanged(double percent)
           
 Double selectionChanging(double oldPercent, double newPercent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTSkinObjectSlider.SWTSkinListenerSliderSelection

public SWTSkinObjectSlider.SWTSkinListenerSliderSelection()
Method Detail

selectionChanging

public Double selectionChanging(double oldPercent,
                                double newPercent)
Parameters:
oldPercent -
newPercent -
Returns:
return null if you do not wish to change the value
Since:
3.0.2.3

selectionChanged

public void selectionChanged(double percent)