|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyChangeListener
PropertyChangeListener allows a class to monitor properties of a Bean for changes. A propertyChange() event will only be fired after the property has changed.
PropertyChangeSupport
Method Summary | |
---|---|
void |
propertyChange(PropertyChangeEvent e)
Fired after a Bean's property has changed. |
Method Detail |
---|
void propertyChange(PropertyChangeEvent e)
e
- the change (containing the old and new values)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |