apps.projectmanagement.component.ganttchart
Interface ScrollBar.ScrollListener

Enclosing class:
ScrollBar

public static interface ScrollBar.ScrollListener

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

See Also:
ScrollEvent

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