javax.swing.plaf.basic
public class BasicProgressBarUI.ChangeHandler extends Object implements ChangeListener
UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.
Method Summary | |
---|---|
void | stateChanged(ChangeEvent e)
Called every time the state of the model changes.
|
Parameters: e The ChangeEvent given by the model.