public class

BasicProgressBarUI.ChangeHandler

extends Object
implements ChangeListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler

Class Overview

This inner class is marked "public" due to a compiler bug. This class should be treated as a "protected" inner class. Instantiate it only within subclasses of BasicProgressBarUI.

Summary

Public Constructors
BasicProgressBarUI.ChangeHandler()
Public Methods
void stateChanged(ChangeEvent e)
Invoked when the target of the listener has changed its state.
[Expand]
Inherited Methods
From class java.lang.Object
From interface javax.swing.event.ChangeListener

Public Constructors

public BasicProgressBarUI.ChangeHandler ()

Public Methods

public void stateChanged (ChangeEvent e)

Invoked when the target of the listener has changed its state.

Parameters
e a ChangeEvent object