|
|||||||||
| Home >> All >> org >> mandarax >> [ eca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mandarax.eca
Interface Action

- All Superinterfaces:
- ECALog
- All Known Implementing Classes:
- AbstractAction
- public interface Action
- extends ECALog
Action interface. An action consists of:
- A target (an arbitrary object)
- A perform method representing a execution of the action.
- Version:
- 0.1
| Field Summary |
| Fields inherited from interface org.mandarax.eca.ECALog |
LOG_ECA |
| Method Summary | |
java.lang.Object |
getTarget()
Get that target of the action. |
void |
perform(java.lang.Object[] parameters)
Perform the action using the parameters. |
void |
setTarget(java.lang.Object obj)
Set the action target. |
| Method Detail |
setTarget
public void setTarget(java.lang.Object obj)
- Set the action target.
getTarget
public java.lang.Object getTarget()
- Get that target of the action.
perform
public void perform(java.lang.Object[] parameters) throws ActionException
- Perform the action using the parameters.
|
|||||||||
| Home >> All >> org >> mandarax >> [ eca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC