java.beans.PropertyChangeListener |
Known Indirect Subclasses |
A PropertyChangeListener can subscribe with a event source. Whenever that source raises a PropertyChangeEvent this listener will get notified.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The source bean calls this method when an event is raised.
|
The source bean calls this method when an event is raised.
event | the PropertyChangeEvent object which contains the name
and the old and new value of the property that has changed.
|
---|