protected PropertyChangeListener createActionPropertyChangeListener (Action a)

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.

Parameters:
a    the textfield's action

See also:
Action, setAction

Since:  1.3