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
ConstructorsConstructorDescriptionActionPropertyChangeListener(NMAction action) Create WeakReference instance with given action. - 
Method Summary
Modifier and TypeMethodDescriptionvoidChanges 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:
 propertyChangein interfacePropertyChangeListener- Parameters:
 evt- The given property change event.
 
 -