|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jpt.utility.model.listener.PropertyChangeAdapter
public class PropertyChangeAdapter
Convenience implementation of PropertyChangeListener. This is probably of limited use, since there only a single method to implement; maybe as a null implementation. Provisional API: This class is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Constructor Summary | |
|---|---|
PropertyChangeAdapter()
|
|
| Method Summary | |
|---|---|
void |
propertyChanged(PropertyChangeEvent event)
This method gets called when a model has changed a bound property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyChangeAdapter()
| Method Detail |
|---|
public void propertyChanged(PropertyChangeEvent event)
PropertyChangeListener
propertyChanged in interface PropertyChangeListenerevent - A StateChangeEvent describing the event source
and the property's old and new values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||