Class PropertyChangeEvent


  • public class PropertyChangeEvent
    extends Event
    • Constructor Detail

      • PropertyChangeEvent

        public PropertyChangeEvent​(java.lang.String propertyName,
                                   java.lang.Object oldValue,
                                   java.lang.Object newValue,
                                   java.lang.Object source)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
      • getOldValue

        public java.lang.Object getOldValue()
      • getNewValue

        public java.lang.Object getNewValue()