Package com.nomagic.actions
Class ActionsMenuCreator.StateActionListener
- java.lang.Object
-
- com.nomagic.actions.ActionsMenuCreator.StateActionListener
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- ActionsMenuCreator
static class ActionsMenuCreator.StateActionListener extends java.lang.Object implements java.beans.PropertyChangeListener
Class which listens state action state changes and updates CheckBox component according changes.
-
-
Constructor Summary
Constructors Constructor Description StateActionListener(java.beans.PropertyChangeListener sup, javax.swing.AbstractButton component)
Creates new listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent e)
Handles MDStateAction.STATE property change event.
-