Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.IListChangeEvent
-
Packages that use IListChangeEvent 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.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of IListChangeEvent in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model that implement IListChangeEvent Modifier and Type Class Description classListChangeEvent<T>The default implementation ofIListChangeListenerwhere the generics is the type of the items.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IListChangeEvent Modifier and Type Method Description voidIListChangeListener. itemsAdded(IListChangeEvent<T> e)Notifies this listener new items have been added to the list.voidIListChangeListener. itemsMoved(IListChangeEvent<T> e)Notifies this listener the list had items moved within the list.voidIListChangeListener. itemsRemoved(IListChangeEvent<T> e)Notifies this listener items have been removed from the list. -
Uses of IListChangeEvent in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type IListChangeEvent Modifier and Type Method Description protected <T> voidChangeSupport. fireListChangeEvent(IListChangeEvent<T> event)
-