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.PropertyChangeListenerThe 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 voidpropertyChange(java.beans.PropertyChangeEvent evt)Changes the property by indicates the given event.
-