class ActionsMenuCreator.StateActionListener
extends java.lang.Object
implements java.beans.PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
(package private) javax.swing.AbstractButton |
component
Component which should be updated.
|
(package private) java.beans.PropertyChangeListener |
sup
Support which handles other changes.
|
Constructor and Description |
---|
StateActionListener(java.beans.PropertyChangeListener sup,
javax.swing.AbstractButton component)
Creates new listener.
|
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(java.beans.PropertyChangeEvent e)
Handles MDStateAction.STATE property change event.
|
java.beans.PropertyChangeListener sup
javax.swing.AbstractButton component