javax.swing.plaf.basic
Class BasicProgressBarUI.ChangeHandler

java.lang.Object
  extended by 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.


Constructor Summary
BasicProgressBarUI.ChangeHandler()
           
 
Method Summary
 void stateChanged(ChangeEvent e)
          Called every time the state of the model changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicProgressBarUI.ChangeHandler

public BasicProgressBarUI.ChangeHandler()
Method Detail

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.