Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » lf5 » viewer » [javadoc | source]
org.apache.log4j.lf5.viewer
public class: TrackingAdjustmentListener [javadoc | source]
java.lang.Object
   org.apache.log4j.lf5.viewer.TrackingAdjustmentListener

All Implemented Interfaces:
    AdjustmentListener

An AdjustmentListener which ensures that an Adjustable (e.g. a Scrollbar) will "track" when the Adjustable expands. For example, when a vertical scroll bar is at its bottom anchor, the scrollbar will remain at the bottom. When the vertical scroll bar is at any other location, then no tracking will happen. An instance of this class should only listen to one Adjustable as it retains state information about the Adjustable it listens to.
Field Summary
protected  int _lastMaximum     
Method from org.apache.log4j.lf5.viewer.TrackingAdjustmentListener Summary:
adjustmentValueChanged
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.lf5.viewer.TrackingAdjustmentListener Detail:
 public  void adjustmentValueChanged(AdjustmentEvent e)