|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The listener for PropertyEvents (Observer-Pattern).
PropertyHolder| Method Summary | |
void |
propertyAdded(PropertyEvent e)
Called whenever a property is added to the PropertyHolder. |
void |
propertyChanged(PropertyEvent e)
Called whenever a property of the PropertyHolder is changed. |
void |
propertyRemoved(PropertyEvent e)
Called whenever a property is removed from the PropertyHolder. |
| Method Detail |
public void propertyChanged(PropertyEvent e)
e - the PropertyEventpublic void propertyAdded(PropertyEvent e)
e - the PropertyEventpublic void propertyRemoved(PropertyEvent e)
e - the PropertyEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||