Interface PropertyChange


  • public interface PropertyChange
    Represents a property change. Created by miho on 23.02.17.
    • Method Detail

      • oldValue

        java.lang.Object oldValue()
        The value prior to this change.
        Returns:
        value prior to this change
      • newValue

        java.lang.Object newValue()
        The new value after the change.
        Returns:
        new value after the change