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