Interface PropertyChange


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

      Modifier and Type Method Description
      java.lang.Object newValue()
      The new value after the change.
      java.lang.Object oldValue()
      The value prior to this change.
    • 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