javax.swing.plaf.basic

Class BasicProgressBarUI.ChangeHandler

public class BasicProgressBarUI.ChangeHandler extends Object implements ChangeListener

A helper class that listens for ChangeEvents from the progressBar's model.

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
voidstateChanged(ChangeEvent e)
Called every time the state of the model changes.

Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Called every time the state of the model changes.

Parameters: e The ChangeEvent given by the model.