Class 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private NMAction mAction
      The action reference.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • mAction

        private final NMAction mAction
        The action reference.
    • Constructor Detail

      • ActionPropertyChangeListener

        public ActionPropertyChangeListener​(NMAction action)
        Create WeakReference instance with given action.
        Parameters:
        action - action
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Changes the property by indicates the given event.
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Parameters:
        evt - The given property change event.