org.apache.pivot.wtk
Class ScrollBarListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.ScrollBarListener.Adapter
All Implemented Interfaces:
ScrollBarListener
Enclosing interface:
ScrollBarListener

public static class ScrollBarListener.Adapter
extends Object
implements ScrollBarListener

Scroll bar listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.ScrollBarListener
ScrollBarListener.Adapter
 
Constructor Summary
ScrollBarListener.Adapter()
           
 
Method Summary
 void blockIncrementChanged(ScrollBar scrollBar, int previousBlockIncrement)
          Called when a scroll bar's block increment has changed.
 void orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
          Called when a scroll bar's orientation has changed.
 void scopeChanged(ScrollBar scrollBar, int previousStart, int previousEnd, int previousExtent)
          Called when a scroll bar's scope has changed.
 void unitIncrementChanged(ScrollBar scrollBar, int previousUnitIncrement)
          Called when a scroll bar's unit increment has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScrollBarListener.Adapter

public ScrollBarListener.Adapter()
Method Detail

orientationChanged

public void orientationChanged(ScrollBar scrollBar,
                               Orientation previousOrientation)
Description copied from interface: ScrollBarListener
Called when a scroll bar's orientation has changed.

Specified by:
orientationChanged in interface ScrollBarListener

scopeChanged

public void scopeChanged(ScrollBar scrollBar,
                         int previousStart,
                         int previousEnd,
                         int previousExtent)
Description copied from interface: ScrollBarListener
Called when a scroll bar's scope has changed.

Specified by:
scopeChanged in interface ScrollBarListener

unitIncrementChanged

public void unitIncrementChanged(ScrollBar scrollBar,
                                 int previousUnitIncrement)
Description copied from interface: ScrollBarListener
Called when a scroll bar's unit increment has changed.

Specified by:
unitIncrementChanged in interface ScrollBarListener

blockIncrementChanged

public void blockIncrementChanged(ScrollBar scrollBar,
                                  int previousBlockIncrement)
Description copied from interface: ScrollBarListener
Called when a scroll bar's block increment has changed.

Specified by:
blockIncrementChanged in interface ScrollBarListener