add_action
Description:
public abstract void add_action (
Action action)
Adds an action to the this.
If the action map already contains an action with the same name as action
then the old action is dropped from the action map.
The action map takes its own reference on action
.
Parameters:
this |
a ActionMap
|
action |
a Action
|