Package com.nomagic.actions
Class ActionsMenuCreator.MutableActionListener
- java.lang.Object
-
- com.nomagic.actions.ActionsMenuCreator.MutableActionListener
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- ActionsMenuCreator
public class ActionsMenuCreator.MutableActionListener extends java.lang.Object implements java.beans.PropertyChangeListener
Class for handling ActionsCategory changes.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent e)
Handles ActionsCategory.CHANGE_ACTIONS_PROPERTY and recreates Menu items.
-