Interface PropertyChangeHandler.PropertyChangeEvent

  • Enclosing interface:
    PropertyChangeHandler

    public static interface PropertyChangeHandler.PropertyChangeEvent
    The property change event.
    • Method Detail

      • getPropertyName

        String getPropertyName()
        Gets the property name.
        Returns:
        the property name, not null
      • getValue

        Object getValue()
        Gets the new value.
        Returns:
        the value, not null