LumiSoft.UI.Controls
Interface WScrollBarListener

All Superinterfaces:
java.util.EventListener

public interface WScrollBarListener
extends java.util.EventListener


Method Summary
 boolean MayChangePosition()
          Is called when user tries to drag scrollbar.
 void PositionChanged()
          Is called when position has changed.
 

Method Detail

PositionChanged

void PositionChanged()
Is called when position has changed.


MayChangePosition

boolean MayChangePosition()
Is called when user tries to drag scrollbar.

Returns:
Return true if scrollbar may change position.