Creates and returns a PropertyChangeListener
that is
responsible for listening for changes from the specified
Action
and updating the appropriate properties.
Warning: If you subclass this do not create an anonymous
inner class. If you do the lifetime of the textfield will be tied to
that of the Action
.
a | the textfield's action |
Diagram: TextComponents