public class

BasicColorChooserUI.PropertyHandler

extends Object
implements PropertyChangeListener
java.lang.Object
   ↳ javax.swing.plaf.basic.BasicColorChooserUI.PropertyHandler

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 .

Summary

Public Constructors
BasicColorChooserUI.PropertyHandler()
Public Methods
void propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.beans.PropertyChangeListener

Public Constructors

public BasicColorChooserUI.PropertyHandler ()

Public Methods

public void propertyChange (PropertyChangeEvent e)

This method gets called when a bound property is changed.

Parameters
e A PropertyChangeEvent object describing the event source and the property that has changed.