Class ActionButton.ActionEnablePropertyChangeHandler

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    ActionButton

    private class ActionButton.ActionEnablePropertyChangeHandler
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    Helperclass to handle the property change event raised by the action. Changed properties in the action will affect the button.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent event)
      Receives notification of a property change event.
      • Methods inherited from class java.lang.Object

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

      • ActionEnablePropertyChangeHandler

        public ActionEnablePropertyChangeHandler()
        Default constructor.
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent event)
        Receives notification of a property change event.
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Parameters:
        event - the property change event.