apps.projectmanagement.gesture
Interface ScrollBarControl.ScrollBarListener

Enclosing class:
ScrollBarControl

public static interface ScrollBarControl.ScrollBarListener

The listener interface for receiving scrollBar events. The class that is interested in processing a scrollBar event implements this interface, and the object created with that class is registered with a component using the component's addScrollBarListener method. When the scrollBar event occurs, that object's appropriate method is invoked.

See Also:
ScrollBarEvent

Method Summary
 void moved(float scrollBarMovedDistance, float contentMovedDistance)
          Moved.
 

Method Detail

moved

void moved(float scrollBarMovedDistance,
           float contentMovedDistance)
Moved.

Parameters:
scrollBarMovedDistance - the scroll bar moved distance
contentMovedDistance - the content moved distance