javax.swing.plaf.basic
Class BasicProgressBarUI.ChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler
- All Implemented Interfaces:
- EventListener, ChangeListener
- Enclosing class:
- BasicProgressBarUI
public class BasicProgressBarUI.ChangeHandler
- extends Object
- implements ChangeListener
A helper class that listens for ChangeEvents
from the progressBar's model.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicProgressBarUI.ChangeHandler
public BasicProgressBarUI.ChangeHandler()
stateChanged
public void stateChanged(ChangeEvent e)
- Called every time the state of the model changes.
- Specified by:
stateChanged
in interface ChangeListener
- Parameters:
e
- The ChangeEvent given by the model.