Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.IPropertyChangeEvent
-
Packages that use IPropertyChangeEvent Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query. -
-
Uses of IPropertyChangeEvent in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model that implement IPropertyChangeEvent Modifier and Type Class Description classPropertyChangeEvent<T>The default implementation ofIPropertyChangeEventwhere the generics is the type of the old and new values.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IPropertyChangeEvent Modifier and Type Method Description voidIPropertyChangeListener. propertyChanged(IPropertyChangeEvent<T> e)Notifies this listener that a certain property has changed.
-