This adheres to the standard GoF {@code Adapter} pattern whereby this class acts as a wrapper around an underlying {@link ActionCommand} to give it the appearance of being an {@link Action}.
The {@link PropertyChangeListener} interface is also implemented so that instances can be notified of property change events being fired by their underlying command.
|
|