public static class EditAction.Wrapper
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description | 
|---|
| Wrapper(ActionContext context,
       java.lang.String actionName)Creates a new action listener wrapper. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | actionPerformed(java.awt.event.ActionEvent evt)Called when the user selects this action from a menu. | 
public Wrapper(ActionContext context, java.lang.String actionName)
context - the action contextactionName - the name of the actionpublic void actionPerformed(java.awt.event.ActionEvent evt)
InputHandler.invokeAction(EditAction)
 method, which performs any recording or repeating.actionPerformed in interface java.awt.event.ActionListenerevt - The action event