Interface PropertyChangeListener

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PropertyChangeListener extends Serializable
A listener for property change events.
Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when this listener receives a property change event from an event source to which it has been added.
  • Method Details

    • propertyChange

      void propertyChange(PropertyChangeEvent event)
      Invoked when this listener receives a property change event from an event source to which it has been added.
      Parameters:
      event - the received event, not null