EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.jpa.jpql.model
Interface IPropertyChangeListener<T>


public interface IPropertyChangeListener<T>

A IPropertyChangeListener can be registered with a StateObject in order to be notified when the value of a property changes.

Version:
2.4
Author:
Pascal Filion
Since:
2.4

Method Summary
 void propertyChanged(IPropertyChangeEvent<T> e)
          Notifies this listener that a certain property has changed.
 

Method Detail

propertyChanged

void propertyChanged(IPropertyChangeEvent<T> e)
Notifies this listener that a certain property has changed.

Parameters:
e - The IPropertyChangeEvent object containing the information of the change

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference