Package com.nomagic.actions
Class ActionsManager.ActionPropertyChangeListener
- java.lang.Object
-
- com.nomagic.actions.ActionsManager.ActionPropertyChangeListener
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- ActionsManager
public static class ActionsManager.ActionPropertyChangeListener extends java.lang.Object implements java.beans.PropertyChangeListener
The action property change listener class.
-
-
Constructor Summary
Constructors Constructor Description ActionPropertyChangeListener(NMAction action)
Create WeakReference instance with given action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent evt)
Changes the property by indicates the given event.
-
-
-
Constructor Detail
-
ActionPropertyChangeListener
public ActionPropertyChangeListener(NMAction action)
Create WeakReference instance with given action.- Parameters:
action
- action
-
-