Class ALcdActionWrapper

java.lang.Object
com.luciad.gui.ALcdActionWrapper
All Implemented Interfaces:
ILcdAction, ILcdPropertyChangeSource, ActionListener, Serializable, EventListener

public abstract class ALcdActionWrapper extends Object implements ILcdAction

Abstract decorator class for an ILcdAction.

A typical use-case of this class if you want to add some extra behavior to an existing action. This can be achieved by using this decorator and override the actionPerformed method to include the extra behavior.

Since:
2012.1
See Also: