public interface ParameterizedAction extends AdaptableAction
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Invoke action using the given parameters.
|
java.util.List<ActionParameter<?>> |
getActionParameters()
Get the list of parameters that describe the action.
|
java.util.List<ActionParameter<?>> getActionParameters()
void actionPerformed(java.awt.event.ActionEvent e, java.util.Map<java.lang.String,java.lang.Object> parameters)
e
- the ActionEventparameters
- parameter map