|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ action overview ] | PREV NEXT | ||||||||
Uses of Interface
org.javahispano.canyamo.core.action.Action
| Uses of Action in org.javahispano.canyamo.core.action |
| Classes in org.javahispano.canyamo.core.action that implement Action | |
class |
AbstractAction
Help class that implement almost all methods from Action Only method process is declared abstract, so the extending
class are encouregad to implement it and the framework can work fine |
| Methods in org.javahispano.canyamo.core.action that return Action | |
Action |
ActionManager.getAction(java.lang.String actionName)
Gets the action attribute of the ActionManager object |
| Methods in org.javahispano.canyamo.core.action with parameters of type Action | |
void |
ActionManager.addAction(Action action)
Adds a Action to be managed. |
|
|||||||||
| Home >> All >> org >> javahispano >> canyamo >> core >> [ action overview ] | PREV NEXT | ||||||||