Class PropertyChangeEvent<T>

    • Constructor Detail

      • PropertyChangeEvent

        public PropertyChangeEvent​(StateObject source,
                                   String propertyName,
                                   T oldValue,
                                   T newValue)
        Creates a new PropertyChangeEvent.
        Parameters:
        source - The source where the modification occurred and that fired the event
        propertyName - The name of the property associated with the property change
        oldValue - The old value of the property that changed
        newValue - The new value of the property that changed