Package com.nomagic.actions
Class ActionsManager.ActionPropertyChangeListener
java.lang.Object
com.nomagic.actions.ActionsManager.ActionPropertyChangeListener
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
- ActionsManager
public static class ActionsManager.ActionPropertyChangeListener
extends Object
implements PropertyChangeListener
The action property change listener class.
-
Constructor Summary
ConstructorDescriptionActionPropertyChangeListener
(NMAction action) Create WeakReference instance with given action. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Changes the property by indicates the given event.
-
Constructor Details
-
ActionPropertyChangeListener
Create WeakReference instance with given action.- Parameters:
action
- action
-
-
Method Details
-
propertyChange
Changes the property by indicates the given event.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
evt
- The given property change event.
-